This
concrete
implementation of CertStoreParameters is used when
creating a CertStore object of type
"Collection". Pass the
Collection of Certificate and
CRL objects to be searched by the
CertStore to the constructor method.

public class CollectionCertStoreParameters implements CertStoreParameters {
// Public Constructors
public CollectionCertStoreParameters( );
public CollectionCertStoreParameters(java.util.Collection<?> collection);
// Public Instance Methods
public java.util.Collection<?> getCollection( );
// Methods Implementing CertStoreParameters
public Object clone( );
// Public Methods Overriding Object
public String toString( );
}