Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OCSPResponder

        public OCSPResponder​(java.net.URL address,
                             java.security.cert.X509Certificate certificate)
        Creates a new instance
        Parameters:
        address - responder URL
        certificate - responder's certificate
    • Method Detail

      • getAddress

        public java.net.URL getAddress()
      • setAddress

        public void setAddress​(java.net.URL address)
      • getCertificate

        public java.security.cert.X509Certificate getCertificate()
      • setCertificate

        public void setCertificate​(java.security.cert.X509Certificate certificate)