xjava.security.interfaces

Interface RSAKey

public interface RSAKey

The interface to an RSA public or private key.

$Revision: 1.2 $

Since: IJCE 1.0

Author: David Hopwood

Method Summary
BigIntegergetExponent()
Returns the exponent.
BigIntegergetModulus()
Returns the modulus.

Method Detail

getExponent

public BigInteger getExponent()
Returns the exponent.

getModulus

public BigInteger getModulus()
Returns the modulus.