key_protect_unwrap_key
Decrypt wrapped data encryption keys using IBM Key Protect root keys. Specify key ID, ciphertext, and optional AAD to retrieve the original key.
Instructions
Unwrap (decrypt) data using a root key in IBM Key Protect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aad | No | Additional authentication data (must match wrap AAD) | |
| key_id | Yes | The ID of the root key to use for unwrapping | |
| ciphertext | Yes | Base64-encoded wrapped data encryption key |