rotate_key
Rotate a key pair for a given key ID while preserving its algorithm. Provide the keyId to generate a new key pair without changing the encryption method.
Instructions
Rotate the key pair for the given key ID, preserving the existing algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Unique key identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPublicKey | Yes | New public public key after rotation (base64-encoded DER/SPKI) |