Uses of Package
eu.emi.security.authn.x509.helpers.ocsp
-
Packages that use eu.emi.security.authn.x509.helpers.ocsp Package Description eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. -
Classes in eu.emi.security.authn.x509.helpers.ocsp used by eu.emi.security.authn.x509.helpers.ocsp Class Description OCSPCacheBase Common base class for responses and responders caches.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.OCSPRespondersCache.ResponderCacheEntry OCSPResponsesCache OCSP responses cache: in memory with disk persistence.OCSPResponsesCache.ResponseCacheEntry OCSPResponseStructure Holds OCSP response (parsed) and some additional metadata, e.g.OCSPResult OCSPResult.Status OCSPVerifier OCSP checker - uses providedOCSPParametes
to perform OCSP calls usingOCSPCachingClient
and returns the final response.