Package eu.emi.security.authn.x509
Class OCSPResponder
- java.lang.Object
-
- eu.emi.security.authn.x509.OCSPResponder
-
public class OCSPResponder extends java.lang.Object
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
Constructors Constructor Description OCSPResponder(java.net.URL address, java.security.cert.X509Certificate certificate)
Creates a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getAddress()
java.security.cert.X509Certificate
getCertificate()
void
setAddress(java.net.URL address)
void
setCertificate(java.security.cert.X509Certificate certificate)
-