Home | History | Annotate | Download | only in cert

Lines Matching defs:crls

49  * It supports CRLs and Certificates in (PEM) ASN.1 DER encoded form,
51 * For Certificates and CRLs factory maintains the caching
318 // there were not read X.509 CRLs, so
354 List<CertificateList> crls = data.getCRLs();
355 if (crls != null) {
356 for (CertificateList crl : crls) {