HomeSort by relevance Sort by last modified time
    Searched refs:searchAllCertStores (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java 73 private boolean searchAllCertStores = true;
80 ForwardBuilder(BuilderParams buildParams, boolean searchAllCertStores) {
96 this.searchAllCertStores = searchAllCertStores;
180 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores);
297 if (caCerts.add(trustedCert) && !searchAllCertStores) {
327 caCerts, searchAllCertStores)
328 && !searchAllCertStores) {
375 if (!searchAllCertStores) {
    [all...]
SunCertPathBuilder.java 149 private PKIXCertPathBuilderResult buildCertPath(boolean searchAllCertStores,
160 buildForward(adjList, certPathList, searchAllCertStores);
208 boolean searchAllCertStores)
228 searchAllCertStores),

Completed in 79 milliseconds