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

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 178 Collection<X509CRL> possibleCRLs = new ArrayList<>();
185 possibleCRLs.addAll(
192 possibleCRLs.add(crl);
200 if (possibleCRLs.isEmpty() && savedCSE != null) {
205 for (X509CRL crl : possibleCRLs) {
    [all...]
RevocationChecker.java 488 Set<X509CRL> possibleCRLs = new HashSet<>();
499 possibleCRLs.add((X509CRL)crl);
519 "possible crls.size() = " + possibleCRLs.size());
522 if (!possibleCRLs.isEmpty()) {
525 approvedCRLs.addAll(verifyPossibleCRLs(possibleCRLs, cert, prevKey,
    [all...]

Completed in 420 milliseconds