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