Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface javax.crypto.SecretKey

Implementing Classes:
SecretKeySpec

public interface SecretKey
extends java.security.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:
java.security.Key, java.security.PublicKey, java.security.PrivateKey, SecretKeyFactory, Cipher


Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS