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 with the RSA public key (
PublicKey ) in the response to protect your key
material during import. |
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. |
Copyright © 2023. All rights reserved.