public class SymmetricKeyManagementApi extends Object
| Constructor and Description |
|---|
SymmetricKeyManagementApi() |
SymmetricKeyManagementApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
KmsV2KeysSymPost201Response |
createV2SharedSecretKeys(CreateSharedSecretKeysRequest createSharedSecretKeysRequest)
Create Shared-Secret Keys
Create one or more Shared-Secret Keys
|
okhttp3.Call |
createV2SharedSecretKeysAsync(CreateSharedSecretKeysRequest createSharedSecretKeysRequest,
ApiCallback<KmsV2KeysSymPost201Response> callback)
Create Shared-Secret Keys (asynchronously)
Create one or more Shared-Secret Keys
|
okhttp3.Call |
createV2SharedSecretKeysCall(CreateSharedSecretKeysRequest createSharedSecretKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createV2SharedSecretKeys
|
ApiResponse<KmsV2KeysSymPost201Response> |
createV2SharedSecretKeysWithHttpInfo(CreateSharedSecretKeysRequest createSharedSecretKeysRequest)
Create Shared-Secret Keys
Create one or more Shared-Secret Keys
|
KmsV2KeysSymDeletesPost200Response |
deleteBulkSymmetricKeys(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest)
Delete one or more Symmetric keys
'Delete one or more Symmetric keys'
|
okhttp3.Call |
deleteBulkSymmetricKeysAsync(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest,
ApiCallback<KmsV2KeysSymDeletesPost200Response> callback)
Delete one or more Symmetric keys (asynchronously)
'Delete one or more Symmetric keys'
|
okhttp3.Call |
deleteBulkSymmetricKeysCall(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBulkSymmetricKeys
|
ApiResponse<KmsV2KeysSymDeletesPost200Response> |
deleteBulkSymmetricKeysWithHttpInfo(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest)
Delete one or more Symmetric keys
'Delete one or more Symmetric keys'
|
ApiClient |
getApiClient() |
KmsV2KeysSymGet200Response |
getKeyDetails(String keyId)
Retrieves shared secret key details
Retrieves keys details by providing the key id.
|
okhttp3.Call |
getKeyDetailsAsync(String keyId,
ApiCallback<KmsV2KeysSymGet200Response> callback)
Retrieves shared secret key details (asynchronously)
Retrieves keys details by providing the key id.
|
okhttp3.Call |
getKeyDetailsCall(String keyId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKeyDetails
|
ApiResponse<KmsV2KeysSymGet200Response> |
getKeyDetailsWithHttpInfo(String keyId)
Retrieves shared secret key details
Retrieves keys details by providing the key id.
|
void |
setApiClient(ApiClient apiClient) |
public SymmetricKeyManagementApi()
public SymmetricKeyManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createV2SharedSecretKeysCall(CreateSharedSecretKeysRequest createSharedSecretKeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
createSharedSecretKeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KmsV2KeysSymPost201Response createV2SharedSecretKeys(CreateSharedSecretKeysRequest createSharedSecretKeysRequest) throws ApiException
createSharedSecretKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KmsV2KeysSymPost201Response> createV2SharedSecretKeysWithHttpInfo(CreateSharedSecretKeysRequest createSharedSecretKeysRequest) throws ApiException
createSharedSecretKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createV2SharedSecretKeysAsync(CreateSharedSecretKeysRequest createSharedSecretKeysRequest, ApiCallback<KmsV2KeysSymPost201Response> callback) throws ApiException
createSharedSecretKeysRequest - (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 deleteBulkSymmetricKeysCall(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deleteBulkSymmetricKeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KmsV2KeysSymDeletesPost200Response deleteBulkSymmetricKeys(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest) throws ApiException
deleteBulkSymmetricKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KmsV2KeysSymDeletesPost200Response> deleteBulkSymmetricKeysWithHttpInfo(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest) throws ApiException
deleteBulkSymmetricKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteBulkSymmetricKeysAsync(DeleteBulkSymmetricKeysRequest deleteBulkSymmetricKeysRequest, ApiCallback<KmsV2KeysSymDeletesPost200Response> callback) throws ApiException
deleteBulkSymmetricKeysRequest - (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 getKeyDetailsCall(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 KmsV2KeysSymGet200Response getKeyDetails(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<KmsV2KeysSymGet200Response> getKeyDetailsWithHttpInfo(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 getKeyDetailsAsync(String keyId, ApiCallback<KmsV2KeysSymGet200Response> 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.