org.bouncycastle.jce
Class MultiCertStoreParameters
java.lang.Object
org.bouncycastle.jce.MultiCertStoreParameters
- CertStoreParameters
public class MultiCertStoreParameters
extends java.lang.Object
implements CertStoreParameters
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.
|
MultiCertStoreParameters
public MultiCertStoreParameters(Collection certStores)
Create a parameters object which specifies searching of all the passed in stores.
certStores
- CertStores making up the multi CertStore
MultiCertStoreParameters
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.
certStores
- CertStores making up the multi CertStoresearchAllStores
- true if all CertStores should be searched on request, false if a result
should be returned on the first successful CertStore query.
clone
public Object clone()
getCertStores
public Collection getCertStores()
getSearchAllStores
public boolean getSearchAllStores()