Searched refs:certSet (Results 1 – 2 of 2) sorted by relevance
170 Store getCertificates(ASN1Set certSet) in getCertificates() argument172 if (certSet != null) in getCertificates()174 List certList = new ArrayList(certSet.size()); in getCertificates()176 for (Enumeration en = certSet.getObjects(); en.hasMoreElements();) in getCertificates()192 Store getAttributeCertificates(ASN1Set certSet) in getAttributeCertificates() argument194 if (certSet != null) in getAttributeCertificates()196 List certList = new ArrayList(certSet.size()); in getAttributeCertificates()198 for (Enumeration en = certSet.getObjects(); en.hasMoreElements();) in getAttributeCertificates()
584 ASN1Set certSet = null; in replaceCertificatesAndCRLs() local604 certSet = set; in replaceCertificatesAndCRLs()623 certSet, in replaceCertificatesAndCRLs()