Searched refs:certList (Results 1 – 2 of 2) sorted by relevance
174 List certList = new ArrayList(certSet.size()); in getCertificates() local182 certList.add(new X509CertificateHolder(Certificate.getInstance(obj))); in getCertificates()186 return new CollectionStore(certList); in getCertificates()196 List certList = new ArrayList(certSet.size()); in getAttributeCertificates() local204 …certList.add(new X509AttributeCertificateHolder(AttributeCertificate.getInstance(((ASN1TaggedObjec… in getAttributeCertificates()208 return new CollectionStore(certList); in getAttributeCertificates()
846 def __init__(self, certList, cert0=None): argument864 for root_candidate in certList:867 certList.remove(root_candidate)871 while certList:873 for c in certList:876 certList.remove(c)