Searched refs:getCRLs (Results 1 – 9 of 9) sorted by relevance
376 public X509Store getCRLs( in getCRLs() method in CMSSignedData381 return getCRLs(type, CMSUtils.getProvider(provider)); in getCRLs()395 public X509Store getCRLs( in getCRLs() method in CMSSignedData402 crlStore = HELPER.createCRLsStore(type, provider, signedData.getCRLs()); in getCRLs()439 ASN1Set crlSet = signedData.getCRLs(); in getCertificatesAndCRLs()468 public Store getCRLs() in getCRLs() method in CMSSignedData470 ASN1Set crlSet = signedData.getCRLs(); in getCRLs()
142 for (Iterator it = certStore.getCRLs(null).iterator(); it.hasNext();) in getCRLsFromStore()
120 public ASN1Set getCRLs() in getCRLs() method in SignedData
138 crls.addAll(store.getCRLs(crlSelect)); in findCRLs()
243 public ASN1Set getCRLs() in getCRLs() method in SignedData
141 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCRLs(); in readDERCRL()
91 collection = certS.getCRLs(crlSelector); in checkResult()
406 coll = certS[i].getCRLs(null); in testCertStore15()
109 private final X509CRL[] getCRLs(CertificateFactory f, String[] names) throws Exception { in getCRLs() method in X509CertificateNistPkitsTest127 X509CRL[] crls = getCRLs(f, pathCRLs); in getTestPathParams()