ncloud_kms_verify
Verify digital signatures against base64-encoded data using RSA2048 or ECDSA keys. Confirm authenticity and integrity by providing key tag, data, and signature.
Instructions
Verify a digital signature against data. Only RSA2048 or ECDSA key types supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded original data that was signed | |
| keyTag | Yes | Key tag - unique identifier derived from key name | |
| signature | Yes | Signature value to verify |