java.security
Class KeyStore.TrustedCertificateEntry
java.lang.Object
java.security.KeyStore.TrustedCertificateEntry
- All Implemented Interfaces:
- KeyStore.Entry
- Enclosing class:
- KeyStore
public static final class KeyStore.TrustedCertificateEntry
- extends Object
- implements KeyStore.Entry
KeyStore.TrustedCertificateEntry
public KeyStore.TrustedCertificateEntry(Certificate trustCertificate)
getTrustedCertificate
public Certificate getTrustedCertificate()
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature