All Packages Class Hierarchy This Package Previous Next Index
Interface au.net.aba.security.interfaces.RSAPrivateKey
- public interface RSAPrivateKey
- extends PrivateKey
The interface to an RSA private key.
- See Also:
- RSAPrivateKeyCrt
-
ident
-
-
getModulus()
- Returns the modulus.
-
getPrivateExponent()
- Returns the private exponent.
ident
public static final String ident
getModulus
public abstract BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus
getPrivateExponent
public abstract BigInteger getPrivateExponent()
- Returns the private exponent.
- Returns:
- the private exponent.
All Packages Class Hierarchy This Package Previous Next Index