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