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

Interface javax.crypto.interfaces.RSAPrivateKey

Subinterfaces:
RSAPrivateKeyCrt

public interface RSAPrivateKey
extends java.security.PrivateKey
The interface to an RSA private key.

See Also:
RSAPrivateKeyCrt

Method Summary
java.math.BigInteger  getModulus()
Returns the modulus.
java.math.BigInteger  getPrivateExponent()
Returns the private exponent.
 

Method Detail

getModulus

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

getPrivateExponent

public java.math.BigInteger getPrivateExponent()
Returns the private exponent.
Returns:
the private exponent

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