Searched defs:TrustedCertificateEntry (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java65 * <li><b>KeyStore.TrustedCertificateEntry</b>
755 public static final class TrustedCertificateEntry implements Entry { class in class:KeyStore
761 * Constructs a {@code TrustedCertificateEntry} with a
769 public TrustedCertificateEntry(Certificate trustedCert) { method in class:KeyStore.TrustedCertificateEntry
778 * Constructs a {@code TrustedCertificateEntry} with a
782 * in the new {@code TrustedCertificateEntry} object.
792 public TrustedCertificateEntry(Certificate trustedCert, method in class:KeyStore.TrustedCertificateEntry
825 * Returns a string representation of this TrustedCertificateEntry.
826 * @return a string representation of this TrustedCertificateEntry.
1096 * {@code TrustedCertificateEntry},
[all...]

Completed in 26 milliseconds