eu.emi.security.authn.x509.helpers.revocation
Interface RevocationChecker

All Known Implementing Classes:
CRLRevocationChecker, OCSPRevocationChecker

public interface RevocationChecker

Used to check revocation using a single revocation checking mechanism.

Author:
K. Benedyczak

Method Summary
 RevocationStatus checkRevocation(X509Certificate certitifcate, X509Certificate issuer)
          Checks revocation.
 

Method Detail

checkRevocation

RevocationStatus checkRevocation(X509Certificate certitifcate,
                                 X509Certificate issuer)
                                 throws SimpleValidationErrorException
Checks revocation.

Parameters:
certitifcate -
issuer -
Returns:
whether the revocation was successfully checked or if the status is unknown.
Throws:
SimpleValidationErrorException - if revocation validation finished with error, in particular also when certificate is revoked.


Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.