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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java62 * <li><b>KeyStore.TrustedCertificateEntry</b>
530 public static final class TrustedCertificateEntry implements Entry { class in class:KeyStore
535 * Constructs a <code>TrustedCertificateEntry</code> with a
543 public TrustedCertificateEntry(Certificate trustedCert) { method in class:KeyStore.TrustedCertificateEntry
560 * Returns a string representation of this TrustedCertificateEntry.
561 * @return a string representation of this TrustedCertificateEntry.
826 * <code>TrustedCertificateEntry</code>,
952 * <code>TrustedCertificateEntry</code>,
1070 * <code>TrustedCertificateEntry</code>.
1097 * <code>TrustedCertificateEntry</cod
[all...]

Completed in 34 milliseconds