|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.security.publickey.RSAKey
com.mindbright.security.publickey.RSAPrivateKey
Field Summary | |
protected java.math.BigInteger |
privateExponent
|
Fields inherited from class com.mindbright.security.publickey.RSAKey |
modulus |
Constructor Summary | |
RSAPrivateKey(java.math.BigInteger modulus,
java.math.BigInteger privateExponent)
|
Method Summary | |
java.math.BigInteger |
getPrivateExponent()
|
Methods inherited from class com.mindbright.security.publickey.RSAKey |
getAlgorithm, getEncoded, getFormat, getModulus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mindbright.jca.security.interfaces.RSAKey |
getModulus |
Methods inherited from interface com.mindbright.jca.security.Key |
getAlgorithm, getEncoded, getFormat |
Field Detail |
protected java.math.BigInteger privateExponent
Constructor Detail |
public RSAPrivateKey(java.math.BigInteger modulus, java.math.BigInteger privateExponent)
Method Detail |
public java.math.BigInteger getPrivateExponent()
getPrivateExponent
in interface RSAPrivateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |