All Packages Class Hierarchy This Package Previous Next Index
Interface java.security.interfaces.RSAKey
- public interface RSAKey
The interface to an RSA public or private key.
$Revision: 1.1.1.1 $
- Author:
- David Hopwood
-
getExponent()
- Returns the exponent.
-
getModulus()
- Returns the modulus.
getModulus
public abstract BigInteger getModulus()
- Returns the modulus.
getExponent
public abstract BigInteger getExponent()
- Returns the exponent.
All Packages Class Hierarchy This Package Previous Next Index