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

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DUntrustedCertificates.java45 private final static Set<X509Certificate> untrustedCerts = new HashSet<>(); field in class:UntrustedCertificates
54 return untrustedCerts.contains(cert);
64 if (!untrustedCerts.add(cert)) {

Completed in 36 milliseconds