| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmSpec |
AlgorithmSpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
AlgorithmSpec |
GetParametersForImportRequest.wrappingAlgorithm()
The algorithm you will use with the RSA public key (
PublicKey) in the response to protect your key
material during import. |
| Modifier and Type | Method and Description |
|---|---|
static Set<AlgorithmSpec> |
AlgorithmSpec.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest.Builder |
GetParametersForImportRequest.Builder.wrappingAlgorithm(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.