public class

MultiCertStoreParameters

extends Object
implements CertStoreParameters
java.lang.Object
   ↳ org.bouncycastle.jce.MultiCertStoreParameters

Summary

Public Constructors
MultiCertStoreParameters(Collection certStores)
Create a parameters object which specifies searching of all the passed in stores.
MultiCertStoreParameters(Collection certStores, boolean searchAllStores)
Create a parameters object which can be to used to make a multi store made up of the passed in CertStores.
Public Methods
Object clone()
Collection getCertStores()
boolean getSearchAllStores()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.cert.CertStoreParameters

Public Constructors

public MultiCertStoreParameters (Collection certStores)

Create a parameters object which specifies searching of all the passed in stores.

Parameters
certStores CertStores making up the multi CertStore

public MultiCertStoreParameters (Collection certStores, boolean searchAllStores)

Create a parameters object which can be to used to make a multi store made up of the passed in CertStores. If the searchAllStores parameter is false, any search on the multi-store will terminate as soon as a search query produces a result.

Parameters
certStores CertStores making up the multi CertStore
searchAllStores true if all CertStores should be searched on request, false if a result should be returned on the first successful CertStore query.

Public Methods

public Object clone ()

public Collection getCertStores ()

public boolean getSearchAllStores ()