eu.emi.security.authn.x509.helpers.ocsp
public class OCSPRevocationChecker extends Object implements RevocationChecker
RevocationChecker
using CRLs, the OCSPVerifier
Constructor and Description |
---|
OCSPRevocationChecker(OCSPVerifier verifier,
OCSPCheckingMode checkingMode) |
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
Checks revocation.
|
public OCSPRevocationChecker(OCSPVerifier verifier, OCSPCheckingMode checkingMode)
public RevocationStatus checkRevocation(X509Certificate certitifcate, X509Certificate issuer) throws SimpleValidationErrorException
RevocationChecker
checkRevocation
in interface RevocationChecker
SimpleValidationErrorException
- if revocation validation finished with error, in particular
also when certificate is revoked.Copyright © 2012-2014 European Middleware Initiative. All Rights Reserved.