| 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> |
AbstractAWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
Future<GetParametersForImportResult> |
AWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)
Returns the public key and an import token you need to import or reimport key material for a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.clone() |
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyId(String keyId)
The identifier of the KMS key that will be associated with the imported key material.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use with the RSA public key (
PublicKey) in the response to protect your key
material during import. |
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use with the RSA public key (
PublicKey) in the response to protect your key
material during import. |
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeySpec(String wrappingKeySpec)
The type of RSA public key to return in the response.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of RSA public key to return in the response.
|
Copyright © 2024. All rights reserved.