Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----javax.crypto.spec.RSAPublicKeySpec
Constructor Summary | |
RSAPublicKeySpec(java.math.BigInteger modulus,
java.math.BigInteger publicExponent)
|
Method Summary | |
java.math.BigInteger | getModulus()
|
java.math.BigInteger | getPublicExponent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
Method Detail |
public java.math.BigInteger getModulus()
public java.math.BigInteger getPublicExponent()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |