Package java.security

Interface PrivateKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DHPrivateKey, DSAPrivateKey, ECPrivateKey, ECPrivateKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey
All Known Implementing Classes:
BCDHPrivateKey, BCDSAPrivateKey, BCECPrivateKey, BCRSAPrivateCrtKey, BCRSAPrivateKey, DSAPrivateKeyImpl, JCEDHPrivateKey, JCEECPrivateKey, JCERSAPrivateCrtKey, JCERSAPrivateKey, JDKDSAPrivateKey, OpenSSLDSAPrivateKey, OpenSSLECPrivateKey, OpenSSLRSAPrivateCrtKey, OpenSSLRSAPrivateKey, PrivateKeyImpl

public interface PrivateKey
extends Key
PrivateKey is the common interface for private keys.
See Also:
PublicKey
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serialVersionUID to be compatible with JDK1.1.
      See Also:
      Constant Field Values