|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CertificateRepository
A certificate repository is a class that can be asked certificates or CRLs (certificate
revocation lists) given certain search criteria.
This interface offers the same functionality as the JCE class
CertStore
but - unlike the latter - can be implemented by a class in
the case the used crypto provider does not offer the required functionality.
Method Summary | |
---|---|
Collection<? extends Certificate> |
getCertificates(CertSelector selector)
Returns a collection of Certificates that match the specified selector. |
Collection<? extends CRL> |
getCrls(CRLSelector selector)
Returns a collection of CRLs that match the specified selector. |
Method Detail |
---|
Collection<? extends Certificate> getCertificates(CertSelector selector) throws CertStoreException
selector
- A CertSelector
used to select which certificates should be returned.
CertStoreException
- Thrown if an exception occurs.Collection<? extends CRL> getCrls(CRLSelector selector) throws CertStoreException
selector
- A CRLSelector
used to select which CRLs should be returned.
CertStoreException
- Thrown if an exception occurs.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG