Uses of Class
java.security.cert.X509CRLSelector
| Package | Description |
|---|---|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of X509CRLSelector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type X509CRLSelector Modifier and Type Method Description protected static voidCertPathValidatorUtilities. getCRLIssuersFromDistributionPoint(DistributionPoint dp, Collection issuerPrincipals, X509CRLSelector selector, ExtendedPKIXParameters pkixParams)Add the CRL issuers from the cRLIssuer field of the distribution point or from the certificate if not given to the issuer criterion of theselector. -
Uses of X509CRLSelector in org.bouncycastle.x509
Subclasses of X509CRLSelector in org.bouncycastle.x509 Modifier and Type Class Description classX509CRLStoreSelectorThis class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.x509 with parameters of type X509CRLSelector Modifier and Type Method Description static X509CRLStoreSelectorX509CRLStoreSelector. getInstance(X509CRLSelector selector)Returns an instance of this from aX509CRLSelector.