Skip to main content

IKMSDecryptResponse

Interface in AWS.KMS

Interface for Decrypt responses.

Ancestors

Properties

EncryptionAlgorithm

property EncryptionAlgorithm: string

The encryption algorithm that was used to decrypt the ciphertext.

Valid values: SYMMETRIC_DEFAULT | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256 | SM2PKE.

KeyId

property KeyId: TARN

The Amazon Resource Name (ARN) of the KMS key that was used to decrypt the ciphertext.

Plaintext

property Plaintext: TStream

The decrypted plaintext data.