Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface javax.crypto.interfaces.RSAPublicKey


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


Method Summary
java.math.BigInteger  getModulus()
Returns the modulus.
java.math.BigInteger  getPublicExponent()
Returns the public exponent.
 

Method Detail

getModulus

public java.math.BigInteger getModulus()
Returns the modulus.
Returns:
the modulus

getPublicExponent

public java.math.BigInteger getPublicExponent()
Returns the public exponent.
Returns:
the public exponent

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS