API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CollectionCertStoreParameters View Source
Author(s)
Steve Hanna
Since
1.4
Version
1.9 11/17/05
Serial
Hierarchy
 Object
      CollectionCertStoreParameters
Implements
 CertStoreParameters
Subclasses
Description
public class CollectionCertStoreParameters
  Parameters used as input for the Collection CertStore algorithm.
See also:    Collection CertStore
Constructors
public CollectionCertStoreParameters ()
Creates an instance of CollectionCertStoreParameters with the default parameter values (an empty and immutable Collection).
public CollectionCertStoreParameters (Collection<Object> collection)
  Creates an instance of CollectionCertStoreParameters which will allow certificates and CRLs to be retrieved from the specified Collection.
Methods
Hide/Show inherited methods
public Object clone () [Specified in CertStoreParameters]
  Returns a copy of this object.
public Collection<Object> getCollection ()
  Returns the Collection from which Certificates and CRLs are retrieved.
public String toString ()
  Returns a formatted string describing the parameters.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar