_export_private_key
Export a private key to PEM or other formats. Specify the curve and formatting options for compatibility with various systems.
Instructions
Export a private key to various formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| private_key | Yes | ||
| curve | No | NIST256p | |
| format | No | pem | |
| pem_format | No | ssleay |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |