Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
abstract Collection |
CertStoreSpi.engineGetCertificates(CertSelector selector)
Get the certificates from this store, filtering them through the
specified CertSelector.
|
abstract Collection |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Get the certificate revocation list from this store, filtering them
through the specified CRLSelector.
|
Collection |
CertStore.getCertificates(CertSelector selector)
Get a collection of certificates from this CertStore, optionally
filtered by the specified CertSelector.
|
Collection |
CertStore.getCRLs(CRLSelector selector)
Get a collection of certificate revocation lists from this CertStore,
optionally filtered by the specified CRLSelector.
|