Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface VerifyResponse

Hierarchy

Properties

KeyId?: string

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

SignatureValid?: boolean

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?: string

The signing algorithm that was used to verify the signature.