| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
AWSKMS.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need to import key material into a symmetric,
customer managed customer master key (CMK).
|
GetParametersForImportResult |
AWSKMSClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need to import key material into a symmetric,
customer managed customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyId(String keyId)
The identifier of the symmetric 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 © 2020. All rights reserved.