org.aselect.authspserver.authsp.pki.crl.handler
Interface ICRLHandler

All Known Implementing Classes:
FileCRLHandler, HttpCRLHandler, LDAPCRLHandler

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

Version:
1.0
Author:
Alfa & Ariss

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

init

void init(AuthSPSystemLogger oSystemLogger)
Initialize the CRL Handler.

Parameters:
oSystemLogger - The system logger

getCRL

java.security.cert.CRL getCRL(java.lang.String sUri)
                              throws ASelectException
get the CRL of the given location.

Parameters:
sUri - The location of the CRL File
Returns:
a CRL File
Throws:
ASelectException


Copyright © 2008 SURFnet BV. All Rights Reserved.