CollectionCertStoreParameters


CollectionCertStoreParameters java.security.cert

Java 1.4 cloneable

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.

Figure 14-62. java.security.cert.CollectionCertStoreParameters

 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  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net