public class AsymmetricKeyManagementApi extends Object
| Constructor and Description |
|---|
AsymmetricKeyManagementApi() |
AsymmetricKeyManagementApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
KmsV2KeysAsymPost201Response |
createP12Keys(CreateP12KeysRequest createP12KeysRequest)
Create one or more PKCS#12 keys
'Create one or more PKCS#12 keys'
|
okhttp3.Call |
createP12KeysAsync(CreateP12KeysRequest createP12KeysRequest,
ApiCallback<KmsV2KeysAsymPost201Response> callback)
Create one or more PKCS#12 keys (asynchronously)
'Create one or more PKCS#12 keys'
|
okhttp3.Call |
createP12KeysCall(CreateP12KeysRequest createP12KeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createP12Keys
|
ApiResponse<KmsV2KeysAsymPost201Response> |
createP12KeysWithHttpInfo(CreateP12KeysRequest createP12KeysRequest)
Create one or more PKCS#12 keys
'Create one or more PKCS#12 keys'
|
KmsV2KeysAsymDeletesPost200Response |
deleteBulkP12Keys(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest)
Delete one or more PKCS#12 keys
'Delete one or more PKCS#12 keys'
|
okhttp3.Call |
deleteBulkP12KeysAsync(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest,
ApiCallback<KmsV2KeysAsymDeletesPost200Response> callback)
Delete one or more PKCS#12 keys (asynchronously)
'Delete one or more PKCS#12 keys'
|
okhttp3.Call |
deleteBulkP12KeysCall(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBulkP12Keys
|
ApiResponse<KmsV2KeysAsymDeletesPost200Response> |
deleteBulkP12KeysWithHttpInfo(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest)
Delete one or more PKCS#12 keys
'Delete one or more PKCS#12 keys'
|
ApiClient |
getApiClient() |
KmsV2KeysAsymGet200Response |
getP12KeyDetails(String keyId)
Retrieves PKCS#12 key details
Retrieves keys details by providing the key id.
|
okhttp3.Call |
getP12KeyDetailsAsync(String keyId,
ApiCallback<KmsV2KeysAsymGet200Response> callback)
Retrieves PKCS#12 key details (asynchronously)
Retrieves keys details by providing the key id.
|
okhttp3.Call |
getP12KeyDetailsCall(String keyId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getP12KeyDetails
|
ApiResponse<KmsV2KeysAsymGet200Response> |
getP12KeyDetailsWithHttpInfo(String keyId)
Retrieves PKCS#12 key details
Retrieves keys details by providing the key id.
|
void |
setApiClient(ApiClient apiClient) |
public AsymmetricKeyManagementApi()
public AsymmetricKeyManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createP12KeysCall(CreateP12KeysRequest createP12KeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
createP12KeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KmsV2KeysAsymPost201Response createP12Keys(CreateP12KeysRequest createP12KeysRequest) throws ApiException
createP12KeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KmsV2KeysAsymPost201Response> createP12KeysWithHttpInfo(CreateP12KeysRequest createP12KeysRequest) throws ApiException
createP12KeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createP12KeysAsync(CreateP12KeysRequest createP12KeysRequest, ApiCallback<KmsV2KeysAsymPost201Response> callback) throws ApiException
createP12KeysRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteBulkP12KeysCall(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deleteBulkP12KeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KmsV2KeysAsymDeletesPost200Response deleteBulkP12Keys(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest) throws ApiException
deleteBulkP12KeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KmsV2KeysAsymDeletesPost200Response> deleteBulkP12KeysWithHttpInfo(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest) throws ApiException
deleteBulkP12KeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteBulkP12KeysAsync(DeleteBulkP12KeysRequest deleteBulkP12KeysRequest, ApiCallback<KmsV2KeysAsymDeletesPost200Response> callback) throws ApiException
deleteBulkP12KeysRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getP12KeyDetailsCall(String keyId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyId - Key ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KmsV2KeysAsymGet200Response getP12KeyDetails(String keyId) throws ApiException
keyId - Key ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KmsV2KeysAsymGet200Response> getP12KeyDetailsWithHttpInfo(String keyId) throws ApiException
keyId - Key ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getP12KeyDetailsAsync(String keyId, ApiCallback<KmsV2KeysAsymGet200Response> callback) throws ApiException
keyId - Key ID. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.