jsdsi.certstore
Interface CertificateDAO

All Known Implementing Classes:
InMemoryCertificateDAO, JdbcCertificateDAO

public interface CertificateDAO

Data Access Object interface for CertStores

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

Method Summary
 java.util.Collection retrieve(CertSelector selector)
          Retrieves a collection of certificates from a store.
 void store(Certificate certificate)
          Optional operation for storing a certificate.
 

Method Detail

store

public void store(Certificate certificate)
Optional operation for storing a certificate.

Parameters:
certificate - the certificate to be stored.
Throws:
java.lang.UnsupportedOperationException - if not supported by the implementing DAO.

retrieve

public java.util.Collection retrieve(CertSelector selector)
Retrieves a collection of certificates from a store.

Parameters:
selector - to select certificates to retrieve
Returns:
the collection of certificates


Copyright © 2002-2006 JSDSI. All Rights Reserved.