Skip to main content

IKMSSignResponse

Interface in AWS.KMS

Interface for Sign responses.

Ancestors

Properties

KeyId

property KeyId: TARN

The Amazon Resource Name (ARN) of the asymmetric KMS key used to sign the message.

Signature

property Signature: TStream

The cryptographic signature that was generate for the message.

When signing message with an RSA signing algorithms, the encoding of Signature is defined by PKCS #1 in RFC 8017. When signing message with ECDSA_SHA_256, ECDSA_SHA_384, or ECDSA_SHA_512 signing algorithms, the Signature is a DER-encoded object as defined by ANS X9.62–2005 and RFC 3279 Section 2.2.3.

SigningAlgorithm

property SigningAlgorithm: string

The signing algorithm to use when signing the message.

Valid values: RSASSA_PSS_SHA_256 | RSASSA_PSS_SHA_384 | RSASSA_PSS_SHA_512 | RSASSA_PKCS1_V1_5_SHA_256 | RSASSA_PKCS1_V1_5_SHA_384 | RSASSA_PKCS1_V1_5_SHA_512 | ECDSA_SHA_256 | ECDSA_SHA_384 | ECDSA_SHA_512 | SM2DSA.