Class EstResponder


  • public class EstResponder
    extends 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)  
    • 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)
    • Method Detail

      • service

        public org.xipki.ca.gateway.RestResponse service​(String path,
                                                         byte[] request,
                                                         org.xipki.security.util.HttpRequestMetadataRetriever httpRetriever,
                                                         org.xipki.audit.AuditEvent event)