java.security.cert
Uses of Class CertStoreException
Uses of CertStoreException in java.security.cert
| Modifier and Type | Method and Description |
|---|---|
|
CertStoreSpi.engineGetCertificates(CertSelector selector)
Returns a
Collection of Certificates that
match the specified selector.
|
|
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a
Collection of CRLs that
match the specified selector.
|
|
CertStore.getCertificates(CertSelector selector)
Returns a
Collection of Certificates that
match the specified selector.
|
|
CertStore.getCRLs(CRLSelector selector)
Returns a
Collection of CRLs that
match the specified selector.
|