Skip to main content

TKMSSignRequest

Class in AWS.KMS

Sign request class.

Ancestors

Properties

GrantTokens

property GrantTokens: TList<string>

KeyId

property KeyId: string

Message

property Message: TStream

MessageType

property MessageType: string

SigningAlgorithm

property SigningAlgorithm: string

Constructors

Create

constructor Create; overload;

Constructor for TKMSSignRequest.


constructor Create(const AKeyId, AMessage, ASigningAlgorithm: string); overload;

Constructor for TKMSSignRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of an asymmetric KMS key to sign the message.
AMessageSpecify the message or message digest to sign.
ASigningAlgorithmSpecify the signing algorithm to use when signing the message.

constructor Create(const AKeyId: string; const AMessage: TStream; const ASigningAlgorithm: string); overload;

Constructor for TKMSSignRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of an asymmetric KMS key to sign the message.
AMessageSpecify the message or message digest to sign.
ASigningAlgorithmSpecify the signing algorithm to use when signing the message.