Package java.security
Interface PrivateKey
-
- All Superinterfaces:
Key
,Serializable
- All Known Subinterfaces:
DSAPrivateKey
,RSAPrivateCrtKey
,RSAPrivateKey
public interface PrivateKey extends Key
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-