|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.spec.RSAPublicKeySpec
Constructor Summary | |
RSAPublicKeySpec(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)
|
Method Summary | |
java.math.BigInteger |
getModulus()
|
java.math.BigInteger |
getPublicExponent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
Method Detail |
public java.math.BigInteger getModulus()
public java.math.BigInteger getPublicExponent()
|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |