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