| 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 java.util.Collection<? extends Certificate> |
CertStoreSpi.engineGetCertificates(CertSelector selector)
Returns a
Collection of Certificates that
match the specified selector. |
abstract java.util.Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a
Collection of CRLs that
match the specified selector. |
java.util.Collection<? extends Certificate> |
CertStore.getCertificates(CertSelector selector)
Returns a
Collection of Certificates that
match the specified selector. |
java.util.Collection<? extends CRL> |
CertStore.getCRLs(CRLSelector selector)
Returns a
Collection of CRLs that
match the specified selector. |