Home | History | Annotate | Download | only in pkcs7

Lines Matching full:crls

46  *   crls
55 private final List<CertificateList> crls;
59 List<Certificate> certificates, List<CertificateList> crls,
65 this.crls = crls;
74 return crls;
99 if (crls != null) {
100 res.append(crls.toString());
118 setOptional(4); // crls is optional
127 values[4] = sd.crls;