A cryptographic secret (symmetric) key.
This interface is a marker interface to group secret keys and to
provide type safety for.
Implementations of this interface have to overwrite the
{@link Object#equals(Object) equals} and {@link Object#hashCode() hashCode}
from {@link java.lang.Object} so comparison is done using the actual key data
and not the object reference. |