jsdsi.certstore
Class JsdsiCertStore
java.lang.Object
java.security.cert.CertStoreSpi
jsdsi.certstore.AbstractJsdsiCertStore
jsdsi.certstore.JsdsiCertStore
- public class JsdsiCertStore
- extends AbstractJsdsiCertStore
An Adaptor class between a java.security.CertStore and a jsdsi.certstore.CertificateDAO
- Version:
- $Revision: 1.1.4.2 $ $Date: 2004/12/12 17:01:39 $
- Author:
- Sean Radford
Constructor Summary |
JsdsiCertStore(java.security.cert.CertStoreParameters params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dao
protected CertificateDAO dao
JsdsiCertStore
public JsdsiCertStore(java.security.cert.CertStoreParameters params)
throws java.security.InvalidAlgorithmParameterException
- Parameters:
params
-
- Throws:
java.security.InvalidAlgorithmParameterException
init
protected void init(JsdsiCertStoreParameters parameters)
- Parameters:
parameters
-
loadCertificates
protected void loadCertificates(java.util.Collection certificates)
getCertificates
public java.util.Collection getCertificates(CertSelector selector)
throws java.security.cert.CertStoreException
- Description copied from class:
AbstractJsdsiCertStore
- To be implemented by sub-classes
- Specified by:
getCertificates
in class AbstractJsdsiCertStore
- Parameters:
selector
- the CertSelector
- Returns:
- Collection of Certificates
- Throws:
java.security.cert.CertStoreException
- See Also:
AbstractJsdsiCertStore.getCertificates(jsdsi.CertSelector)
Copyright © 2002-2006 JSDSI. All Rights Reserved.