jsdsi.certstore
Class JsdsiCertStoreParameters
java.lang.Object
java.security.cert.CollectionCertStoreParameters
jsdsi.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
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 |
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
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.