Home » openjdk-7 » java » security » interfaces » [javadoc | source]
java.security.interfaces
public interface: RSAPrivateKey [javadoc | source]

All Implemented Interfaces:
    PrivateKey, RSAKey

All Known Implementing Classes:
    RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey

The interface to an RSA private key.
Field Summary
static final  long serialVersionUID     
Method from java.security.interfaces.RSAPrivateKey Summary:
getPrivateExponent
Method from java.security.interfaces.RSAPrivateKey Detail:
 public BigInteger getPrivateExponent()
    Returns the private exponent.