Package org.bouncycastle.jce.provider
Class PKIXCRLUtil
java.lang.Object
org.bouncycastle.jce.provider.PKIXCRLUtil
public class PKIXCRLUtil extends Object
-
Constructor Summary
Constructors Constructor Description PKIXCRLUtil() -
Method Summary
Modifier and Type Method Description SetfindCRLs(X509CRLStoreSelector crlselect, PKIXParameters paramsPKIX)SetfindCRLs(X509CRLStoreSelector crlselect, ExtendedPKIXParameters paramsPKIX, Date currentDate)
-
Constructor Details
-
PKIXCRLUtil
public PKIXCRLUtil()
-
-
Method Details
-
findCRLs
public Set findCRLs(X509CRLStoreSelector crlselect, ExtendedPKIXParameters paramsPKIX, Date currentDate) throws AnnotatedException- Throws:
AnnotatedException
-
findCRLs
public Set findCRLs(X509CRLStoreSelector crlselect, PKIXParameters paramsPKIX) throws AnnotatedException- Throws:
AnnotatedException
-