All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface javax.crypto.SecretKey

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index