IKMSVerifyResponse
Interface in AWS.KMS
Interface for Verify responses.
Ancestors
Properties
KeyId
property KeyId: TARN
The Amazon Resource Name (ARN) of the asymmetric KMS key used to verify the signature.
SignatureValid
property SignatureValid: TOptional<Boolean>
Indicates whether the signature was verified.
SigningAlgorithm
property SigningAlgorithm: string
The signing algorithm used to verify 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.