| Package | Description |
|---|---|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509CRLSelector
A
CRLSelector that selects
X509CRLs that match all specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection |
CertStoreSpi.engineGetCRLs(CRLSelector
Returns a
Collection of
CRLs that match the specified selector.
|
Collection |
CertStore.getCRLs(CRLSelector
Returns a
Collection of
CRLs that match the specified selector.
|