Searched refs:getCRLs (Results 1 – 9 of 9) sorted by relevance
93 public Store<X509CRLHolder> getCRLs() in getCRLs() method in SimplePKIResponse95 return certificateResponse.getCRLs(); in getCRLs()
315 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs() method in PKIXCRLStoreSelector318 return certStore.getCRLs(new SelectorClone(selector)); in getCRLs()
308 public Store<X509CRLHolder> getCRLs() in getCRLs() method in CMSSignedData310 return HELPER.getCRLs(signedData.getCRLs()); in getCRLs()
211 Store getCRLs(ASN1Set crlSet) in getCRLs() method in CMSSignedHelper
116 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
151 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCRLs(); in getCRL()
127 private final X509CRL[] getCRLs(CertificateFactory f, String[] names) throws Exception { in getCRLs() method in X509CertificateNistPkitsTest145 X509CRL[] crls = getCRLs(f, pathCRLs); in getTestPathParams()