Searched refs:getTrustedCertificates (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DValidator.java279 public abstract Collection<X509Certificate> getTrustedCertificates(); method in class:Validator
H A DPKIXValidator.java161 public Collection<X509Certificate> getTrustedCertificates() { method in class:PKIXValidator
H A DSimpleValidator.java93 * getTrustedCertificates().
115 public Collection<X509Certificate> getTrustedCertificates() { method in class:SimpleValidator
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509TrustManagerImpl.java93 trustedCerts = v.getTrustedCertificates();

Completed in 1152 milliseconds