public class MultiCertStoreParameters extends Object implements CertStoreParameters
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Collection |
getCertStores() |
boolean |
getSearchAllStores() |
public MultiCertStoreParameters(Collection certStores)
certStores
- CertStores making up the multi CertStorepublic MultiCertStoreParameters(Collection certStores, boolean searchAllStores)
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.public Collection getCertStores()
public boolean getSearchAllStores()
public Object clone()
clone
in interface CertStoreParameters
clone
in class Object
Copyright © 2015. All rights reserved.