|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRLHandler
The interface for a CRL Handler.
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.cert.CRL |
getCRL(java.lang.String sUri)
get the CRL of the given location. |
void |
init(AuthSPSystemLogger oSystemLogger)
Initialize the CRL Handler. |
Method Detail |
---|
void init(AuthSPSystemLogger oSystemLogger)
oSystemLogger
- The system loggerjava.security.cert.CRL getCRL(java.lang.String sUri) throws ASelectException
sUri
- The location of the CRL File
ASelectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |