Searched refs:crlSet (Results 1 – 4 of 4) sorted by relevance
214 Store getCRLs(ASN1Set crlSet) in getCRLs() argument216 if (crlSet != null) in getCRLs()218 List crlList = new ArrayList(crlSet.size()); in getCRLs()220 for (Enumeration en = crlSet.getObjects(); en.hasMoreElements();) in getCRLs()
585 ASN1Set crlSet = null; in replaceCertificatesAndCRLs() local614 crlSet = set; in replaceCertificatesAndCRLs()624 crlSet, in replaceCertificatesAndCRLs()
333 final Set<OpenSSLX509CRLEntry> crlSet = new HashSet<>(); in getRevokedCertificates() local336 crlSet.add(new OpenSSLX509CRLEntry(entryRef)); in getRevokedCertificates()342 return crlSet; in getRevokedCertificates()
331 final Set<OpenSSLX509CRLEntry> crlSet = new HashSet<>(); in getRevokedCertificates() local334 crlSet.add(new OpenSSLX509CRLEntry(entryRef)); in getRevokedCertificates()340 return crlSet; in getRevokedCertificates()