No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | java.security.cert.CollectionCertStoreParameters | 
The parameters to initialize a Collection type CertStore instance. 
 It is used to specify the Collection where the CertStore will retrieve the certificates and CRLs from. 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new 
            CollectionCertStoreParameterswithout a collection. | ||||||||||
|  | 
           Creates a new 
            CollectionCertStoreParameterswith the specified collection. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Clones this 
            CollectionCertStoreParametersinstance, but not the underlying collection. | ||||||||||
|  | 
           Returns the collection where the 
            Certificates andCRLs are retrieved from. | ||||||||||
|  | 
           Returns the string representation of this instance.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
|  From interface java.security.cert.CertStoreParameters | |||||||||||
Creates a new CollectionCertStoreParameters without a collection. 
 The default collection is an empty and unmodifiable Collection. 
Creates a new CollectionCertStoreParameters with the specified collection. 
The specified collection is not copied and therefore may be modified at any time.
| collection | the collection where the Certificates andCRLs will be retrieved from. | 
|---|
| NullPointerException | if collection is null. | 
|---|
Clones this CollectionCertStoreParameters instance, but not the underlying collection.
Returns the collection where the Certificates and CRLs are retrieved from.
Certificates and CRLs will be retrieved from. Returns the string representation of this instance.