All Packages Class Hierarchy This Package Previous Next Index
Interface au.net.aba.security.interfaces.RSAPublicKey
- public interface RSAPublicKey
- extends PublicKey
The interface to an RSA public key.
-
ident
-
-
getModulus()
- Returns the modulus.
-
getPublicExponent()
- Returns the public exponent.
ident
public static final String ident
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