Package org.xipki.ca.gateway.rest
Class RestResponder
- java.lang.Object
-
- org.xipki.ca.gateway.rest.RestResponder
-
public class RestResponder extends java.lang.ObjectREST API responder.- Since:
- 3.0.1
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description RestResponder(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.HttpResponseservice(java.lang.String path, byte[] request, org.xipki.util.http.XiHttpRequest httpRetriever, org.xipki.audit.AuditEvent event)
-