Class PKIXCRLUtil
java.lang.Object
eu.emi.security.authn.x509.helpers.pkipath.bc.PKIXCRLUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCRLs
(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlselect, Date validityDate, List certStores, List pkixCrlStores) private final Collection
Return a Collection of all CRLs found in the X509Store's that are matching the crlSelect criteriums.
-
Constructor Details
-
PKIXCRLUtil
PKIXCRLUtil()
-
-
Method Details
-
findCRLs
public Set findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlselect, Date validityDate, List certStores, List pkixCrlStores) throws org.bouncycastle.jce.provider.AnnotatedException - Throws:
org.bouncycastle.jce.provider.AnnotatedException
-
findCRLs
private final Collection findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlSelect, List crlStores) throws org.bouncycastle.jce.provider.AnnotatedException Return a Collection of all CRLs found in the X509Store's that are matching the crlSelect criteriums.- Parameters:
crlSelect
- aPKIXCRLStoreSelector
object that will be used to select the CRLscrlStores
- a List containing onlyStore
objects. These are used to search for CRLs- Returns:
- a Collection of all found
X509CRL
objects. May be empty but nevernull
. - Throws:
org.bouncycastle.jce.provider.AnnotatedException
-