org.jasig.cas.adaptors.x509.authentication.handler.support
Interface RevocationChecker

All Known Implementing Classes:
AbstractCRLRevocationChecker, CRLDistributionPointRevocationChecker, NoOpRevocationChecker, ResourceCRLRevocationChecker

public interface RevocationChecker

Strategy interface for checking revocation status of a certificate.

Since:
3.4.6
Version:
$Revision$
Author:
Marvin S. Addison

Method Summary
 void check(X509Certificate certificate)
          Checks the revocation status of the given certificate.
 

Method Detail

check

void check(X509Certificate certificate)
           throws GeneralSecurityException
Checks the revocation status of the given certificate.

Parameters:
certificate - Certificate to examine.
Throws:
GeneralSecurityException - If certificate has been revoked or the revocation check fails for some reason such as revocation data not available.


Copyright © 2004-2013 Jasig. All Rights Reserved.