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
| Name | Description |
|---|---|
ACiphertextBlob | Specify the ciphertext of the data to reencrypt. |
ADestinationKeyId | Specify the Amazon Resource Name (ARN), ID, alias ARN, or alias name of an encryption KMS key. |