Uses of Class
eu.emi.security.authn.x509.helpers.ocsp.OCSPResponseStructure
-
Packages that use OCSPResponseStructure Package Description eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. -
-
Uses of OCSPResponseStructure in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp that return OCSPResponseStructure Modifier and Type Method Description OCSPResponseStructure
OCSPClientImpl. send(java.net.URL responder, org.bouncycastle.cert.ocsp.OCSPReq requestO, int timeout)
Methods in eu.emi.security.authn.x509.helpers.ocsp with parameters of type OCSPResponseStructure Modifier and Type Method Description void
OCSPResponsesCache. addToCache(java.lang.String key, OCSPResponseStructure fullResp, org.bouncycastle.cert.ocsp.SingleResp singleResp)
-