Uses of Class
eu.emi.security.authn.x509.helpers.ocsp.OCSPResponsesCache.ResponseCacheEntry
-
Packages that use OCSPResponsesCache.ResponseCacheEntry Package Description eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. -
-
Uses of OCSPResponsesCache.ResponseCacheEntry in eu.emi.security.authn.x509.helpers.ocsp
Fields in eu.emi.security.authn.x509.helpers.ocsp with type parameters of type OCSPResponsesCache.ResponseCacheEntry Modifier and Type Field Description private java.util.Map<java.lang.String,OCSPResponsesCache.ResponseCacheEntry>
OCSPResponsesCache. responsesCache
Methods in eu.emi.security.authn.x509.helpers.ocsp that return OCSPResponsesCache.ResponseCacheEntry Modifier and Type Method Description private OCSPResponsesCache.ResponseCacheEntry
OCSPResponsesCache. loadResponseFromDisk(java.io.File f, OCSPClientImpl client, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert)
-