|
||||||||||
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.RSAPublicKeySpec
Field Summary | |
protected java.math.BigInteger |
publicExponent
|
Fields inherited from class com.mindbright.jca.security.spec.RSAKeyImpl |
modulus |
Constructor Summary | |
RSAPublicKeySpec(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)
|
Method Summary | |
java.math.BigInteger |
getPublicExponent()
|
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 publicExponent
Constructor Detail |
public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
Method Detail |
public java.math.BigInteger getPublicExponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |