Uses of Class
software.amazon.awssdk.services.kms.model.KeyEncryptionMechanism
-
Packages that use KeyEncryptionMechanism Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyEncryptionMechanism in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyEncryptionMechanism Modifier and Type Method Description static KeyEncryptionMechanismKeyEncryptionMechanism. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyEncryptionMechanismRecipientInfo. keyEncryptionAlgorithm()The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.static KeyEncryptionMechanismKeyEncryptionMechanism. 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeyEncryptionMechanism Modifier and Type Method Description static Set<KeyEncryptionMechanism>KeyEncryptionMechanism. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyEncryptionMechanism Modifier and Type Method Description RecipientInfo.BuilderRecipientInfo.Builder. keyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.
-