Package eu.emi.security.authn.x509.helpers.ocsp
package eu.emi.security.authn.x509.helpers.ocsp
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
This implementation is used by validators during certificate path validation.
Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.
-
ClassDescriptionBoundedSizeLruMap<S,
T> Common base class for responses and responders caches.OCSP client which adds a cache layer on top ofOCSPClientImpl
.OCSP client is responsible for the network related activity of the OCSP invocation pipeline.OCSP failing responses cache: in memory with disk persistence.OCSP responses cache: in memory with disk persistence.Holds OCSP response (parsed) and some additional metadata, e.g.Implementation ofRevocationChecker
using CRLs, theOCSPVerifier
OCSP checker - uses providedOCSPParametes
to perform OCSP calls usingOCSPCachingClient
and returns the final response.