java.security.cert

Uses of Class CertStore

Uses of CertStore in java.security.cert

Modifier and Type Method and Description
  1. static
  2. CertStore
CertStore.getInstance(String type,CertStoreParameters params)
Returns a CertStore object that implements the specified CertStore type and is initialized with the specified parameters.
  1. static
  2. CertStore
CertStore.getInstance(String type,CertStoreParameters params,Provider provider)
Returns a CertStore object that implements the specified CertStore type.
  1. static
  2. CertStore
CertStore.getInstance(String type,CertStoreParameters params,String provider)
Returns a CertStore object that implements the specified CertStore type.
Modifier and Type Method and Description
  1. List<CertStore>
PKIXParameters.getCertStores()
Gets an immutable copy of the list of CertStores to be used in finding certificates and CRLs.
Modifier and Type Method and Description
  1. void
PKIXParameters.addCertStore(CertStore store)
Adds a CertStore to the end of the list of CertStores used in finding certificates and CRLs.
Modifier and Type Method and Description
  1. void
PKIXParameters.setCertStores(List<CertStore> stores)
Sets the list of CertStores to be used in finding certificates and CRLs.