Uses of Interface
java.security.cert.CRLSelector
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of CRLSelector in java.security.cert
Classes in java.security.cert that implement CRLSelector Modifier and Type Class Description classX509CRLSelectorA CRL selector (CRLSelectorfor selectingX509CRLs that match the specified criteria.Methods in java.security.cert with parameters of type CRLSelector Modifier and Type Method Description abstract Collection<? extends CRL>CertStoreSpi. engineGetCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this instance.Collection<? extends CRL>CertStore. getCRLs(CRLSelector selector)Returns the list ofCRLs for the specifiedCRLSelectorfrom this certificate store. -
Uses of CRLSelector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type CRLSelector Modifier and Type Method Description CollectionCertStoreCollectionSpi. engineGetCRLs(CRLSelector selector) -
Uses of CRLSelector in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement CRLSelector Modifier and Type Class Description classX509CRLStoreSelectorThis class is a Selector implementation for X.509 certificate revocation lists.