Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
Modifier and Type | Method and Description |
---|---|
OCSPResult |
OCSPCachingClient.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout)
Returns the checked certificate status.
|
OCSPResult |
OCSPClientImpl.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout)
Returns a verified single response, related to the checked certificate.
|
OCSPResult |
OCSPCachingClient.queryForCertificate(URL responder,
X509Certificate toCheckCert,
X509Certificate issuerCert,
X509Credential requester,
boolean addNonce,
int timeout,
OCSPClientImpl client)
Returns the checked certificate status, using a custom client.
|
OCSPResult |
OCSPVerifier.verify(X509Certificate toCheck,
X509Certificate issuerCert) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.