| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
static AlgorithmSpec | 
AlgorithmSpec.fromValue(String value)
Use this in place of valueOf. 
 | 
static AlgorithmSpec | 
AlgorithmSpec.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AlgorithmSpec[] | 
AlgorithmSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetParametersForImportRequest.setWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
Copyright © 2020. All rights reserved.