Interface javax.crypto.SecretKey
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.crypto.SecretKey

public interface SecretKey
extends Object
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

Variable Index

 o ident

Variables

 o ident
  public final static String ident

All Packages  Class Hierarchy  This Package  Previous  Next  Index