public class MultiCertStoreParameters
extends java.lang.Object
implements java.security.cert.CertStoreParameters
| Constructor and Description | 
|---|
MultiCertStoreParameters(java.util.Collection certStores)
Create a parameters object which specifies searching of all the passed in stores. 
 | 
MultiCertStoreParameters(java.util.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 | 
|---|---|
java.lang.Object | 
clone()  | 
java.util.Collection | 
getCertStores()  | 
boolean | 
getSearchAllStores()  | 
public MultiCertStoreParameters(java.util.Collection certStores)
certStores - CertStores making up the multi CertStorepublic MultiCertStoreParameters(java.util.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.