ncloud_kms_verify
Verify a digital signature against provided data to confirm integrity and authenticity, supporting RSA2048 and ECDSA key types.
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 |