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,JCEDHPrivateKey,JCEECPrivateKey,JCERSAPrivateCrtKey,JCERSAPrivateKey,JDKDSAPrivateKey,OpenSSLECPrivateKey,OpenSSLRSAPrivateCrtKey,OpenSSLRSAPrivateKey
public interface PrivateKey extends Key
PrivateKeyis the common interface for private keys.- See Also:
PublicKey
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUIDTheserialVersionUIDto be compatible with JDK1.1.
-
Method Summary
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
TheserialVersionUIDto be compatible with JDK1.1.- See Also:
- Constant Field Values
-
-