|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.authspserver.authsp.pki.crl.handler.file.FileCRLHandler
public class FileCRLHandler
The File CRL Handler.
Description:
This CRL Handler can handle CRL stored on the Local File System.
implements the ICRLHandler interface
Concurrency issues:
None
| Field Summary | |
|---|---|
static java.lang.String |
MODULE
The name of this module, that is used in the system logging. |
| Constructor Summary | |
|---|---|
FileCRLHandler()
|
|
| Method Summary | |
|---|---|
java.security.cert.CRL |
getCRL(java.lang.String sUri)
Get The CRL from the given Location on the local file system. |
void |
init(AuthSPSystemLogger oSystemLogger)
initialize the File CRL Handler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MODULE
| Constructor Detail |
|---|
public FileCRLHandler()
| Method Detail |
|---|
public void init(AuthSPSystemLogger oSystemLogger)
init in interface ICRLHandleroSystemLogger - The system loggerICRLHandler.init(org.aselect.authspserver.log.AuthSPSystemLogger)
public java.security.cert.CRL getCRL(java.lang.String sUri)
throws ASelectException
getCRL in interface ICRLHandlersUri - The location of the CRL File
ASelectExceptionICRLHandler.getCRL(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||