com.ibm.security12.java.security.interfaces
Interface RSAPublicKey
- public abstract interface RSAPublicKey
- extends PublicKey
The interface to an RSA public key.
- Version:
- 1.2, 98/12/01
- Author:
- Jan Luehe
Method Summary |
java.math.BigInteger |
getModulus()
Returns the modulus. |
java.math.BigInteger |
getPublicExponent()
Returns the public exponent. |
getModulus
public java.math.BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus
getPublicExponent
public java.math.BigInteger getPublicExponent()
- Returns the public exponent.
- Returns:
- the public exponent