Uses of Class
org.bouncycastle.x509.X509CRLStoreSelector
| Package | Description |
|---|---|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of X509CRLStoreSelector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type X509CRLStoreSelector Modifier and Type Method Description SetPKIXCRLUtil. findCRLs(X509CRLStoreSelector crlselect, PKIXParameters paramsPKIX)SetPKIXCRLUtil. findCRLs(X509CRLStoreSelector crlselect, ExtendedPKIXParameters paramsPKIX, Date currentDate) -
Uses of X509CRLStoreSelector in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509CRLStoreSelector Modifier and Type Method Description static X509CRLStoreSelectorX509CRLStoreSelector. getInstance(X509CRLSelector selector)Returns an instance of this from aX509CRLSelector.