Amazon KMS · Arazzo Workflow
Amazon KMS Sign and Verify
Version 1.0.0
Sign a message with an asymmetric KMS key, then verify the signature.
Provider
Workflows
sign-and-verify
Sign a message with an asymmetric key then verify the resulting signature.
Produces a digital signature for the supplied message using an asymmetric KMS key and verifies that signature to confirm it is valid for the message and algorithm.
1
sign
Sign
Create a digital signature for the supplied message using the asymmetric KMS key and chosen signing algorithm.
2
verify
Verify
Verify the signature produced by the sign step against the same message and signing algorithm to confirm it is valid.