All Packages Class Hierarchy This Package Previous Next Index
Interface java.security.interfaces.RSAKey
- public interface RSAKey
ATTENTION:
This is NOT the implementation from Sun. This class
has been developed by IAIK according to the documentation
publically available.
The interface to an RSA public or private key.
-
getExponent()
- Returns the exponent.
-
getModulus()
- Returns the modulus.
getModulus
public abstract BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus.
getExponent
public abstract BigInteger getExponent()
- Returns the exponent.
- Returns:
- the exponent.
All Packages Class Hierarchy This Package Previous Next Index