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.

See Also:
Key, Cipher, Signature

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