KeySpec
public class RSAPublicKeySpec extends Object implements KeySpec
Key
KeyFactory
X509EncodedKeySpec
RSAPrivateKeySpec
RSAPrivateCrtKeySpec
RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent)
BigInteger
getModulus()
getPublicExponent()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent)
modulus
publicExponent
public BigInteger getModulus()
public BigInteger getPublicExponent()