xjava.security.interfaces
Interface RSAKey
- All Known Subinterfaces:
- CryptixRSAPrivateKey, CryptixRSAPublicKey
- public interface RSAKey
The interface to an RSA public or private key.
$Revision: 1.2 $
- Since:
- IJCE 1.0
- Author:
- David Hopwood
Method Summary |
java.math.BigInteger |
getExponent()
Returns the exponent. |
java.math.BigInteger |
getModulus()
Returns the modulus. |
getModulus
public java.math.BigInteger getModulus()
- Returns the modulus.
getExponent
public java.math.BigInteger getExponent()
- Returns the exponent.