public class GetKeySgd2Api
extends java.lang.Object
| Constructor and Description |
|---|
GetKeySgd2Api() |
GetKeySgd2Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SgdResponse |
listEciesKeySgd2(RequestBody requestBody)
List all response from aktorServer/SGD2 inclusive PublicEciesKey
|
okhttp3.Call |
listEciesKeySgd2Async(RequestBody requestBody,
ApiCallback<SgdResponse> _callback)
List all response from aktorServer/SGD2 inclusive PublicEciesKey (asynchronously)
|
okhttp3.Call |
listEciesKeySgd2Call(RequestBody requestBody,
ApiCallback _callback)
Build call for listEciesKeySgd2
|
ApiResponse<SgdResponse> |
listEciesKeySgd2WithHttpInfo(RequestBody requestBody)
List all response from aktorServer/SGD2 inclusive PublicEciesKey
|
void |
setApiClient(ApiClient apiClient) |
public GetKeySgd2Api()
public GetKeySgd2Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call listEciesKeySgd2Call(RequestBody requestBody, ApiCallback _callback) throws ApiException
requestBody - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SgdResponse listEciesKeySgd2(RequestBody requestBody) throws ApiException
requestBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SgdResponse> listEciesKeySgd2WithHttpInfo(RequestBody requestBody) throws ApiException
requestBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call listEciesKeySgd2Async(RequestBody requestBody, ApiCallback<SgdResponse> _callback) throws ApiException
requestBody - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object