|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsdsi.certstore.InMemoryCertificateDAO
Pure memory based implementation of CertificateDAO
, storing certificates indexed by
various MultiMap
s.
Constructor Summary | |
InMemoryCertificateDAO()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InMemoryCertificateDAO()
Method Detail |
public void store(Certificate certificate)
CertificateDAO
store
in interface CertificateDAO
certificate
- the certificate to be stored.CertificateDAO.store(jsdsi.Certificate)
public java.util.Collection retrieve(CertSelector selector)
CertificateDAO
retrieve
in interface CertificateDAO
selector
- to select certificates to retrieve
CertificateDAO.retrieve(jsdsi.CertSelector)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |