eu.emi.security.authn.x509
Class OCSPResponder
java.lang.Object
eu.emi.security.authn.x509.OCSPResponder
public class OCSPResponder
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OCSPResponder
public OCSPResponder(URL address,
X509Certificate certificate)
- Creates a new instance
- Parameters:
address
- responder URLcertificate
- responder's certificate
getAddress
public URL getAddress()
setAddress
public void setAddress(URL address)
getCertificate
public X509Certificate getCertificate()
setCertificate
public void setCertificate(X509Certificate certificate)
Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.