API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyStore.PrivateKeyEntry View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      KeyStore.PrivateKeyEntry
Implements
 KeyStore.Entry
Subclasses
Description
publicfinalstatic class KeyStore.PrivateKeyEntry
  A KeyStore entry that holds a PrivateKey and corresponding certificate chain.
See also:   
Constructors
public KeyStore.PrivateKeyEntry (PrivateKey privateKey, Certificate chain)
  Constructs a PrivateKeyEntry with a PrivateKey and corresponding certificate chain.
Methods
Hide/Show inherited methods
public Certificate getCertificate ()
  Gets the end entity Certificate from the certificate chain in this entry.
public Certificate getCertificateChain ()
  Gets the Certificate chain from this entry.
public PrivateKey getPrivateKey ()
  Gets the PrivateKey from this entry.
public String toString ()
  Returns a string representation of this PrivateKeyEntry.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar