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