Class AcmeResponder


  • public class AcmeResponder
    extends java.lang.Object
    ACME responder.
    Since:
    6.4.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      AcmeResponder​(org.xipki.ca.sdk.SdkClient sdk, org.xipki.security.SecurityFactory securityFactory, org.xipki.ca.gateway.PopControl popControl, AcmeProxyConf.Acme conf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.xipki.util.http.HttpResponse service​(org.xipki.util.http.XiHttpRequest servletReq, byte[] request, org.xipki.audit.AuditEvent event)  
      void start()  
      • Methods inherited from class java.lang.Object

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

      • AcmeResponder

        public AcmeResponder​(org.xipki.ca.sdk.SdkClient sdk,
                             org.xipki.security.SecurityFactory securityFactory,
                             org.xipki.ca.gateway.PopControl popControl,
                             AcmeProxyConf.Acme conf)
                      throws org.xipki.util.exception.InvalidConfException
        Throws:
        org.xipki.util.exception.InvalidConfException
    • Method Detail

      • start

        public void start()
      • close

        public void close()
      • service

        public org.xipki.util.http.HttpResponse service​(org.xipki.util.http.XiHttpRequest servletReq,
                                                        byte[] request,
                                                        org.xipki.audit.AuditEvent event)