class PKIXCRLUtil
extends java.lang.Object
| Constructor and Description |
|---|
PKIXCRLUtil() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlselect,
java.util.Date validityDate,
java.util.List certStores,
java.util.List pkixCrlStores) |
private java.util.Collection |
findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlSelect,
java.util.List crlStores)
Return a Collection of all CRLs found in the X509Store's that are
matching the crlSelect criteriums.
|
public java.util.Set findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlselect,
java.util.Date validityDate,
java.util.List certStores,
java.util.List pkixCrlStores)
throws org.bouncycastle.jce.provider.AnnotatedException
org.bouncycastle.jce.provider.AnnotatedExceptionprivate final java.util.Collection findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlSelect,
java.util.List crlStores)
throws org.bouncycastle.jce.provider.AnnotatedException
crlSelect - a PKIXCRLStoreSelector object that will be used
to select the CRLscrlStores - a List containing only
Store objects.
These are used to search for CRLsX509CRL objects. May be
empty but never null.org.bouncycastle.jce.provider.AnnotatedException