Home | History | Annotate | Download | only in certpath

Lines Matching refs:crls

41  * Class to obtain CRLs via the CRLDistributionPoints extension.
45 * This class uses the URICertStore class to fetch CRLs. The URICertStore
122 Collection<X509CRL> crls = getCRLs(selector, certImpl,
125 results.addAll(crls);
128 debug.println("Returning " + results.size() + " CRLs");
137 * Download CRLs from the given distribution point, verify and return them.
140 * @throws CertStoreException if there is an error retrieving the CRLs
141 * from one of the GeneralNames and no other CRLs are retrieved from
199 // only throw CertStoreException if no CRLs are retrieved
204 Collection<X509CRL> crls = new ArrayList<>(2);
213 crls.add(crl);
223 return crls;
246 Collection<? extends CRL> crls = ucs.getCRLs(null);
247 if (crls.isEmpty()) {
250 return (X509CRL) crls.iterator().next();
255 * Fetch CRLs from certStores.
257 * @throws CertStoreException if there is an error retrieving the CRLs from
258 * one of the CertStores and no other CRLs are retrieved from
273 Collection<X509CRL> crls = new ArrayList<>();
278 crls.add((X509CRL)crl);
283 "CRLs: " + cse);
289 // only throw CertStoreException if no CRLs are retrieved
290 if (crls.isEmpty() && savedCSE != null) {
293 return crls;
312 * finding certificates and CRLs
750 * and MUST include authority key identifier extension in all CRLs