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.
-
Class Summary Class Description BoundedSizeLruMap<S,T> OCSPCacheBase Common base class for responses and responders caches.OCSPCachingClient OCSP client which adds a cache layer on top ofOCSPClientImpl
.OCSPClientImpl OCSP client is responsible for the network related activity of the OCSP invocation pipeline.OCSPRespondersCache OCSP failing responses cache: in memory with disk persistence.OCSPResponsesCache OCSP responses cache: in memory with disk persistence.OCSPResponseStructure Holds OCSP response (parsed) and some additional metadata, e.g.OCSPResult OCSPRevocationChecker Implementation ofRevocationChecker
using CRLs, theOCSPVerifier
OCSPVerifier OCSP checker - uses providedOCSPParametes
to perform OCSP calls usingOCSPCachingClient
and returns the final response. -
Enum Summary Enum Description OCSPResult.Status