Uses of Package
eu.emi.security.authn.x509.helpers.ocsp
Packages that use eu.emi.security.authn.x509.helpers.ocsp
Package
Description
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.ocspClassDescriptionCommon base class for responses and responders caches.OCSP client is responsible for the network related activity of the OCSP invocation pipeline.Holds OCSP response (parsed) and some additional metadata, e.g.OCSP checker - uses provided
OCSPParametes
to perform OCSP calls usingOCSPCachingClient
and returns the final response.