| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetParametersForImportResult> |
AWSKMSAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
Future<GetParametersForImportResult> |
AWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)
Returns the items you need in order to import key material into AWS KMS
from your existing key management infrastructure.
|
Future<GetParametersForImportResult> |
AbstractAWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.clone() |
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyId(String keyId)
The identifier of the CMK into which you will import key material.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing
it with ImportKeyMaterial.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing
it with ImportKeyMaterial.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
Copyright © 2016. All rights reserved.