Interface RSAPrivateKey

All Superinterfaces:
Key, PrivateKey, RSAKey, Serializable
All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
All Known Implementing Classes:
BCRSAPrivateCrtKey, BCRSAPrivateKey, JCERSAPrivateCrtKey, JCERSAPrivateKey, OpenSSLRSAPrivateCrtKey, OpenSSLRSAPrivateKey

public interface RSAPrivateKey
extends PrivateKey, RSAKey
The interface for an PKCS#1 RSA private key.
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serial version identifier.
      See Also:
      Constant Field Values
  • Method Details

    • getPrivateExponent

      BigInteger getPrivateExponent()
      Returns the private exponent d.
      Returns:
      the private exponent d.