Home
last modified time | relevance | path

Searched refs:searchAllCertStores (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DForwardBuilder.java73 private boolean searchAllCertStores = true; field in ForwardBuilder
80 ForwardBuilder(BuilderParams buildParams, boolean searchAllCertStores) { in ForwardBuilder() argument
96 this.searchAllCertStores = searchAllCertStores; in ForwardBuilder()
180 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores); in getMatchingEECerts()
297 if (caCerts.add(trustedCert) && !searchAllCertStores) { in getMatchingCACerts()
327 caCerts, searchAllCertStores) in getMatchingCACerts()
328 && !searchAllCertStores) { in getMatchingCACerts()
375 if (!searchAllCertStores) { in getCerts()
DSunCertPathBuilder.java149 private PKIXCertPathBuilderResult buildCertPath(boolean searchAllCertStores, in buildCertPath() argument
160 buildForward(adjList, certPathList, searchAllCertStores); in buildCertPath()
208 boolean searchAllCertStores) in buildForward() argument
228 searchAllCertStores), in buildForward()