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.


Method Index

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

Methods

 o getModulus
 public abstract BigInteger getModulus()
Returns the modulus.

Returns:
the modulus.
 o getExponent
 public abstract BigInteger getExponent()
Returns the exponent.

Returns:
the exponent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index