Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java177 Collection<X509CRL> possibleCRLs = new ArrayList<>(); in getCRLs() local
184 possibleCRLs.addAll( in getCRLs()
191 possibleCRLs.add(crl); in getCRLs()
199 if (possibleCRLs.isEmpty() && savedCSE != null) { in getCRLs()
204 for (X509CRL crl : possibleCRLs) { in getCRLs()
DRevocationChecker.java494 Set<X509CRL> possibleCRLs = new HashSet<>();
505 possibleCRLs.add((X509CRL)crl);
525 "possible crls.size() = " + possibleCRLs.size());
528 if (!possibleCRLs.isEmpty()) {
531 approvedCRLs.addAll(verifyPossibleCRLs(possibleCRLs, cert, prevKey,