Package javax.crypto
Interface SecretKey
-
- All Superinterfaces:
Key,Serializable
- All Known Subinterfaces:
PBEKey
- All Known Implementing Classes:
BCPBEKey,SecretKeySpec
public interface SecretKey extends Key
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUIDThe serialization version identifier.
-
Method Summary
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The serialization version identifier.- See Also:
- Constant Field Values
-
-