|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.4.2
java.security.spec
|
Constructor Summary | |
RSAPrivateKeySpec(BigInteger modulus,
BigInteger privateExponent)
Creates a new RSAPrivateKeySpec. |
Method Summary | |
BigInteger |
getModulus()
Returns the modulus. |
BigInteger |
getPrivateExponent()
Returns the 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 modulusprivateExponent
- the private exponentMethod Detail |
public BigInteger getModulus()
public BigInteger getPrivateExponent()