Uses of Enum
software.amazon.awssdk.services.kms.model.KeyEncryptionMechanism
Packages that use KeyEncryptionMechanism
-
Uses of KeyEncryptionMechanism in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyEncryptionMechanismModifier and TypeMethodDescriptionstatic KeyEncryptionMechanismUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 KeyEncryptionMechanismReturns 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 KeyEncryptionMechanismModifier and TypeMethodDescriptionstatic Set<KeyEncryptionMechanism>KeyEncryptionMechanism.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyEncryptionMechanismModifier and TypeMethodDescriptionRecipientInfo.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.