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