_export_public_key
Export a public key to formats like PEM, with choices for curve and point encoding. Use this to convert keys for sharing or storage.
Instructions
Export a public key to various formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | ||
| curve | No | NIST256p | |
| format | No | pem | |
| point_encoding | No | uncompressed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |