| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyEncryptionMechanism |
KeyEncryptionMechanism.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyEncryptionMechanism |
RecipientInfo.keyEncryptionAlgorithm()
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to
encrypt plaintext values for the response.
|
static KeyEncryptionMechanism |
KeyEncryptionMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyEncryptionMechanism[] |
KeyEncryptionMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyEncryptionMechanism> |
KeyEncryptionMechanism.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo.Builder |
RecipientInfo.Builder.keyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to
encrypt plaintext values for the response.
|
Copyright © 2023. All rights reserved.