Searched refs:getCRLs (Results 1 – 11 of 11) sorted by relevance
297 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs() method in PKIXCRLStoreSelector300 return certStore.getCRLs(new CRLSelector() in getCRLs()
275 public Store getCRLs() in getCRLs() method in CMSSignedData277 return HELPER.getCRLs(signedData.getCRLs()); in getCRLs()
210 Store getCRLs(ASN1Set crlSet) in getCRLs() method in CMSSignedHelper
114 crls.addAll(PKIXCRLStoreSelector.getCRLs(crlSelect, store)); in findCRLs()
120 public ASN1Set getCRLs() in getCRLs() method in SignedData
281 public ASN1Set getCRLs() in getCRLs() method in SignedData
139 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCRLs(); in readDERCRL()
90 collection = certS.getCRLs(crlSelector); in checkResult()
414 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()
18 - return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());31 + // return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());