All Packages Class Hierarchy This Package Previous Next Index
Interface javax.crypto.interfaces.RSAPublicKey
- public interface RSAPublicKey
- extends PublicKey
The interface to an RSA public key.
getModulus()
- Returns the modulus.
getPublicExponent()
- Returns the public exponent.
getModulus
public abstract BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus
getPublicExponent
public abstract BigInteger getPublicExponent()
- Returns the public exponent.
- Returns:
- the public exponent
All Packages Class Hierarchy This Package Previous Next Index