| 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 in order to import key material into AWS KMS
from your existing key management infrastructure.
|
GetParametersForImportResult |
AWSKMSClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need in order to import key material into AWS KMS
from your existing key management infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017. All rights reserved.