IKMSReEncryptResponse
Interface in AWS.KMS
Interface for ReEncrypt responses.
Ancestors
Properties
CiphertextBlob
property CiphertextBlob: TStream
The reencrypted data.
DestinationEncryptionAlgorithm
property DestinationEncryptionAlgorithm: string
The encryption algorithm used to reencrypt the data.
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 reencrypt the data.
SourceEncryptionAlgorithm
property SourceEncryptionAlgorithm: string
The encryption algorithm used to decrypt the ciphertext before it was reencrypted.
SourceKeyId
property SourceKeyId: string
A unique identifier of a KMS key used to originally encrypt the data.