public interface RevocationChecker
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
Checks revocation.
|
RevocationStatus checkRevocation(X509Certificate certitifcate, X509Certificate issuer) throws SimpleValidationErrorException
certitifcate
- certificateissuer
- issuerSimpleValidationErrorException
- if revocation validation finished with error, in particular
also when certificate is revoked.Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.