| Package | Description |
|---|---|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection |
CertStoreSpi.engineGetCertificates(CertSelector
Returns a
Collection of
Certificates that match the specified selector.
|
abstract Collection |
CertStoreSpi.engineGetCRLs(CRLSelector
Returns a
Collection of
CRLs that match the specified selector.
|
Collection |
CertStore.getCertificates(CertSelector
Returns a
Collection of
Certificates that match the specified selector.
|
Collection |
CertStore.getCRLs(CRLSelector
Returns a
Collection of
CRLs that match the specified selector.
|