Uses of Class
eu.emi.security.authn.x509.helpers.ocsp.OCSPClientImpl
-
Packages that use OCSPClientImpl Package Description eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. -
-
Uses of OCSPClientImpl in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp with parameters of type OCSPClientImpl Modifier and Type Method Description org.bouncycastle.cert.ocsp.SingleResp
OCSPResponsesCache. getCachedResp(java.lang.String responseKey, OCSPClientImpl client, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert)
OCSPResult
OCSPCachingClient. queryForCertificate(java.net.URL responder, java.security.cert.X509Certificate toCheckCert, java.security.cert.X509Certificate issuerCert, X509Credential requester, boolean addNonce, int timeout, OCSPClientImpl client)
Returns the checked certificate status, using a custom client.
-