SecretKey

Interface SecretKey

All Superinterfaces:
Destroyable, Key, Serializable
All Known Subinterfaces:
PBEKey
All Known Implementing Classes:
KerberosKey, SecretKeySpec
public interface SecretKey
extends Key, Destroyable

A secret (symmetric) key. The purpose of this interface is to group (and provide type safety for) all secret key interfaces.

Provider implementations of this interface must overwrite the equals and hashCode methods inherited fr