Class EstResponder


  • public class EstResponder
    extends java.lang.Object
    EST responder.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      EstResponder​(org.xipki.ca.sdk.SdkClient sdk, org.xipki.security.SecurityFactory securityFactory, org.xipki.ca.gateway.RequestorAuthenticator authenticator, org.xipki.ca.gateway.PopControl popControl, org.xipki.ca.gateway.conf.CaProfilesControl caProfiles)  
    • Method Summary

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

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

      • EstResponder

        public EstResponder​(org.xipki.ca.sdk.SdkClient sdk,
                            org.xipki.security.SecurityFactory securityFactory,
                            org.xipki.ca.gateway.RequestorAuthenticator authenticator,
                            org.xipki.ca.gateway.PopControl popControl,
                            org.xipki.ca.gateway.conf.CaProfilesControl caProfiles)
    • Method Detail

      • service

        public org.xipki.util.http.HttpResponse service​(java.lang.String path,
                                                        byte[] request,
                                                        org.xipki.util.http.XiHttpRequest httpRequest,
                                                        org.xipki.audit.AuditEvent event)