xjava.security.interfaces

Interface RSAKey

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

public interface RSAKey

The interface to an RSA public or private key.

$Revision: 1.2 $

Author:
David Hopwood

Since:
IJCE 1.0

Method Summary

BigInteger
getExponent()
Returns the exponent.
BigInteger
getModulus()
Returns the modulus.

Method Details

getExponent

public BigInteger getExponent()
Returns the exponent.


getModulus

public BigInteger getModulus()
Returns the modulus.