Skip to main content

TKMSReEncryptRequest

Class in AWS.KMS

ReEncrypt request class.

Ancestors

Properties

CiphertextBlob

property CiphertextBlob: TStream

DestinationEncryptionAlgorithm

property DestinationEncryptionAlgorithm: string

DestinationEncryptionContext

property DestinationEncryptionContext: TDictionary<string, string>

DestinationKeyId

property DestinationKeyId: string

GrantTokens

property GrantTokens: TList<string>

SourceEncryptionAlgorithm

property SourceEncryptionAlgorithm: string

SourceEncryptionContext

property SourceEncryptionContext: TDictionary<string, string>

SourceKeyId

property SourceKeyId: string

Constructors

Create

constructor Create(const ACiphertextBlob: TStream; const ADestinationKeyId: string);

Constructor for TKMSReEncryptRequest.

Parameters

NameDescription
ACiphertextBlobSpecify the ciphertext of the data to reencrypt.
ADestinationKeyIdSpecify the Amazon Resource Name (ARN), ID, alias ARN, or alias name of an encryption KMS key.