FileDocCategorySizeDatePackage
SecretKey.javaAPI DocAndroid 1.5 API1535Wed May 06 22:41:02 BST 2009javax.crypto

SecretKey

public interface SecretKey implements Key
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.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serialization version identifier.
Constructors Summary
Methods Summary