check_keypair
Verify whether a key pair exists for a given unique key identifier, enabling validation of key availability before performing cryptographic operations.
Instructions
Check if a key pair exists for the given key ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Unique key identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exists | Yes | Whether a key pair exists for this key ID |