|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.spec.RSAPrivateKeySpec
public class RSAPrivateKeySpec
RSA Private Key class Specification. Used to maintain the RSA Private Keys.
Constructor Summary | |
---|---|
RSAPrivateKeySpec(BigInteger modulus,
BigInteger privateExponent)
Constructs a new RSAPrivateKeySpec with the specified modulus and privateExponent. |
Method Summary | |
---|---|
BigInteger |
getModulus()
Gets the RSA modulus. |
BigInteger |
getPrivateExponent()
Gets the RSA private exponent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)
modulus
- the RSA modulusprivateExponent
- the private key exponentMethod Detail |
---|
public BigInteger getModulus()
public BigInteger getPrivateExponent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |