rsa_sign
Create an RSA digital signature for a given string using a private key in PEM format. Returns a Base64-encoded signature.
Instructions
Create RSA digital signature.
Args: private_key_pem: RSA private key in PEM format. data: String to sign.
Returns: Base64-encoded signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| private_key_pem | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |