xjava.security.interfaces
Interface RSAKey

All Known Subinterfaces:
CryptixRSAPrivateKey, CryptixRSAPublicKey
All Known Implementing Classes:
BaseRSAPrivateKey, BaseRSAPublicKey, RawRSAPrivateKey, RawRSAPublicKey

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.
 

Method Detail

getModulus

java.math.BigInteger getModulus()
Returns the modulus.


getExponent

java.math.BigInteger getExponent()
Returns the exponent.