|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICertificateHandler
Certificate Handler Interface.
Description:
This interface includes all the functions a CRL Handler must include
to let it work with the PKI AuthSP.
Concurrency issues:
None
Method Summary | |
---|---|
java.security.KeyStore |
getCertificates(java.lang.String sSubjectDn)
Get The Certificate(s) for the corresponding subjectDN. |
void |
init(AuthSPSystemLogger oSystemLogger,
java.lang.Object oBackendConfig)
Initialize the Certificate Handler. |
Method Detail |
---|
void init(AuthSPSystemLogger oSystemLogger, java.lang.Object oBackendConfig) throws ASelectException
oSystemLogger
- the System LoggeroBackendConfig
- the configuration of the used back-end
ASelectException
java.security.KeyStore getCertificates(java.lang.String sSubjectDn) throws ASelectException
sSubjectDn
-
ASelectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |