Re Encrypt Request
Properties
| Property | Type | Required | Description |
|---|---|---|---|
destination | Destination | yes | |
source | Source | yes |
Source
| Property | Type | Required | Description |
|---|---|---|---|
ciphertext | string | yes | The Base64-encoded encrypted payload package ready to undergo source-side key decryption. Base64-encoded string. |
key | string | yes | The ID of the source key currently protecting the data payload. Must be a valid UUID. |
encryption-context | string | no | Optional Base64-encoded encryption context originally appended to the AAD to confirm package validation rules. Base64-encoded string. |
Destination
| Property | Type | Required | Description |
|---|---|---|---|
key | string | yes | The ID of the target key chosen to encapsulate the newly shifted data translation. Must be a valid UUID. |
encryption-context | string | no | Optional new Base64-encoded encryption context to apply under the target destination envelope. Base64-encoded string. |
Last updated on