com.ibm.security12.java.security.interfaces
Interface RSAPrivateKey
- All Known Subinterfaces:
- RSAPrivateCrtKey
- public abstract interface RSAPrivateKey
- extends PrivateKey
The interface to an RSA private key.
- Version:
- 1.3, 98/12/01
- Author:
- Jan Luehe
- See Also:
RSAPrivateCrtKey
Method Summary |
java.math.BigInteger |
getModulus()
Returns the modulus. |
java.math.BigInteger |
getPrivateExponent()
Returns the private exponent. |
getModulus
public java.math.BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus
getPrivateExponent
public java.math.BigInteger getPrivateExponent()
- Returns the private exponent.
- Returns:
- the private exponent