Name

KeyStore.TrustedCertificateEntry

Synopsis

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( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.