Class OCSPVerifier
java.lang.Object
eu.emi.security.authn.x509.helpers.ocsp.OCSPVerifier
OCSP checker - uses provided
OCSPParametes
to perform OCSP calls using
OCSPCachingClient
and returns the final response. Failures (exceptions) are reported via provided callback.- Author:
- K. Benedyczak
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<OCSPResponder>
getOCSPUrls
(X509Certificate certificate, X509Certificate issuerCert) verify
(X509Certificate toCheck, X509Certificate issuerCert)
-
Field Details
-
OCSP_CACHE_PFX
-
-
Constructor Details
-
OCSPVerifier
-
-
Method Details
-
verify
public OCSPResult verify(X509Certificate toCheck, X509Certificate issuerCert) throws SimpleValidationErrorException - Throws:
SimpleValidationErrorException
-
getOCSPUrls
protected List<OCSPResponder> getOCSPUrls(X509Certificate certificate, X509Certificate issuerCert) throws SimpleValidationErrorException - Throws:
SimpleValidationErrorException
-