March 2005
Intermediate to advanced
1254 pages
104h 21m
English
KeyStore.TrustedCertificateEntry
This
implementation of
KeyStore.Entry represents a certificate that
contains and certifies a public key. getTrustedCertificate(
)
returns the certificate.
public static final class KeyStore.TrustedCertificateEntry implements KeyStore.Entry { // Public Constructors public TrustedCertificateEntry(java.security.cert.Certificate trustedCert); // Public Instance Methods public java.security.cert.Certificate getTrustedCertificate( ); // Public Methods Overriding Object public String toString( ); }