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

/openjdk9/jdk/src/java.base/share/classes/sun/security/validator/
H A DTrustStoreUtil.java53 public static Set<X509Certificate> getTrustedCerts(KeyStore ks) { method in class:TrustStoreUtil
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DTrustStoreManager.java58 public static Set<X509Certificate> getTrustedCerts() throws Exception { method in class:TrustStoreManager
287 synchronized Set<X509Certificate> getTrustedCerts( method in class:TrustStoreManager.TrustAnchorManager

Completed in 37 milliseconds