CollectionCertStoreParameters
Class CollectionCertStoreParameters
- java.lang.Object
-
- java.security.cert.CollectionCertStoreParameters
- All Implemented Interfaces:
- Cloneable, CertStoreParameters
public class CollectionCertStoreParameters extends Object implements CertStoreParameters
Parameters used as input for the Collection CertStore
algorithm.
This class is used to provide necessary configuration parameters to implementations of the Collection CertStore
algorithm. The only parameter included in this class is the Collection
from which the CertStore
will retrieve certificates and CRLs.