java.security.cert

Uses of Class CertStoreException

Uses of CertStoreException in java.security.cert

Modifier and Type Method and Description
  1. abstract
  2. Collection<? extends Certificate>
CertStoreSpi.engineGetCertificates(CertSelector selector)
Returns a Collection of Certificates that match the specified selector.
  1. abstract
  2. Collection<? extends CRL>
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a Collection of CRLs that match the specified selector.
  1. Collection<? extends Certificate>
CertStore.getCertificates(CertSelector selector)
Returns a Collection of Certificates that match the specified selector.
  1. Collection<? extends CRL>
CertStore.getCRLs(CRLSelector selector)
Returns a Collection of CRLs that match the specified selector.