Package eu.emi.security.authn.x509
Class OCSPResponder
java.lang.Object
eu.emi.security.authn.x509.OCSPResponder
Configuration of a local responder. Should contain its address and a (trusted) certificate, which
the responder is using for signing the responses.
- Author:
- K. Benedyczak
-
Constructor Summary
ConstructorsConstructorDescriptionOCSPResponder
(URL address, X509Certificate certificate) Creates a new instance -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAddress
(URL address) void
setCertificate
(X509Certificate certificate)
-
Constructor Details
-
OCSPResponder
Creates a new instance- Parameters:
address
- responder URLcertificate
- responder's certificate
-
-
Method Details
-
getAddress
-
setAddress
-
getCertificate
-
setCertificate
-