Searched refs:possibleCRLs (Results 1 – 2 of 2) sorted by relevance
177 Collection<X509CRL> possibleCRLs = new ArrayList<>(); in getCRLs() local184 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()
494 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,