javax.crypto
Interface SecretKey

All Known Implementing Classes:
SecretKeySpec

public interface SecretKey
extends Key

A secret (symmetric) key. This interface contains no methods or constants. Its only purpose is to group (and provide type safety for) secret keys.

See Also:
Key, PublicKey, PrivateKey, SecretKeyFactory, Cipher

Fields inherited from interface java.security.Key
serialVersionUID
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat