Package | Description |
---|---|
java.security.cert |
Modifier and Type | Class and Description |
---|---|
class |
X509CRLSelector
A class for matching X.509 certificate revocation lists by criteria.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Get the certificate revocation list from this store, filtering them
through the specified CRLSelector.
|
Collection |
CertStore.getCRLs(CRLSelector selector)
Get a collection of certificate revocation lists from this CertStore,
optionally filtered by the specified CRLSelector.
|