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) {
97 this.searchAllCertStores = searchAllCertStores;
179 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores);
297 if (caCerts.add(trustedCert) && !searchAllCertStores) {
327 caCerts, searchAllCertStores)
328 && !searchAllCertStores) {
375 if (!searchAllCertStores) {
    [all...]
SunCertPathBuilder.java 153 private PKIXCertPathBuilderResult buildCertPath(boolean searchAllCertStores,
165 buildForward(adjList, certPathList, searchAllCertStores);
291 boolean searchAllCertStores)
310 searchAllCertStores),
    [all...]

Completed in 145 milliseconds