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


All Packages  Class Hierarchy  This Package  Previous  Next  Index