@aws-sdk/client-kms

VerifyCommandOutput Interface

The output of VerifyCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
KeyId string | undefined

The Amazon Resource Name (key ARN ) of the asymmetric KMS key that was used to verify the signature.

SignatureValid boolean | undefined

A Boolean value that indicates whether the signature was verified. A value of True indicates that the Signature was produced by signing the Message with the specified KeyID and SigningAlgorithm. If the signature is not verified, the Verify operation fails with a KMSInvalidSignatureException exception.

SigningAlgorithm SigningAlgorithmSpec | undefined

The signing algorithm that was used to verify the signature.

Full Signature

export interface VerifyCommandOutput extends VerifyResponse, MetadataBearer