All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.crypto.interfaces.RSAPublicKey

public interface RSAPublicKey
extends PublicKey
The interface to an RSA public key.


Method Index

 o getModulus()
Returns the modulus.
 o getPublicExponent()
Returns the public exponent.

Methods

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

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

Returns:
the public exponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index