All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.security.interfaces.RSAKey

public interface RSAKey
The interface to an RSA public or private key.

$Revision: 1.1.1.1 $

Author:
David Hopwood

Method Index

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

Methods

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index