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 Certificate s that
match the specified selector.
|
|
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector.
|
|
CertStore.getCertificates(CertSelector selector)
Returns a
Collection of Certificate s that
match the specified selector.
|
|
CertStore.getCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector.
|