API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyStore.SecretKeyEntry View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      KeyStore.SecretKeyEntry
Implements
 KeyStore.Entry
Subclasses
Description
publicfinalstatic class KeyStore.SecretKeyEntry
  A KeyStore entry that holds a SecretKey.
See also:   
Constructors
public KeyStore.SecretKeyEntry (SecretKey secretKey)
  Constructs a SecretKeyEntry with a SecretKey.
Methods
Hide/Show inherited methods
public SecretKey getSecretKey ()
  Gets the SecretKey from this entry.
public String toString ()
  Returns a string representation of this SecretKeyEntry.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar