jsdsi.certstore
Class JsdsiCertStoreParameters

java.lang.Object
  extended byjava.security.cert.CollectionCertStoreParameters
      extended byjsdsi.certstore.JsdsiCertStoreParameters
All Implemented Interfaces:
java.security.cert.CertStoreParameters, java.lang.Cloneable

public class JsdsiCertStoreParameters
extends java.security.cert.CollectionCertStoreParameters

java.security.cert.CertStoreParameters implementation for use with JSDSI.

Version:
$Revision: 1.1.4.2 $ $Date: 2004/12/12 17:01:39 $
Author:
Sean Radford

Constructor Summary
JsdsiCertStoreParameters(CertificateDAO dao)
          Constructor
JsdsiCertStoreParameters(CertificateDAO dao, java.util.Collection collection)
          Constructor
 
Method Summary
 java.lang.Object clone()
           
 CertificateDAO getDao()
           
 
Methods inherited from class java.security.cert.CollectionCertStoreParameters
getCollection, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsdsiCertStoreParameters

public JsdsiCertStoreParameters(CertificateDAO dao)
Constructor

Parameters:
dao - the CertificateDAO that the CertStore should use.

JsdsiCertStoreParameters

public JsdsiCertStoreParameters(CertificateDAO dao,
                                java.util.Collection collection)
Constructor

Parameters:
dao - the CertificateDAO that the CertStore should use.
collection - a collection of certificates to place in the store
Method Detail

clone

public java.lang.Object clone()
See Also:
Object.clone()

getDao

public CertificateDAO getDao()
Returns:
the dao the CertificateDAO for use by the CertStore


Copyright © 2002-2006 JSDSI. All Rights Reserved.