eu.emi.security.authn.x509
Class OCSPResponder

java.lang.Object
  extended by 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

Constructor Summary
OCSPResponder(URL address, X509Certificate certificate)
          Creates a new instance
 
Method Summary
 URL getAddress()
           
 X509Certificate getCertificate()
           
 void setAddress(URL address)
           
 void setCertificate(X509Certificate certificate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCSPResponder

public OCSPResponder(URL address,
                     X509Certificate certificate)
Creates a new instance

Parameters:
address - responder URL
certificate - responder's certificate
Method Detail

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.