Skip to content

Re Encrypt Request

Properties

PropertyTypeRequiredDescription
destinationDestinationyes
sourceSourceyes

Source

PropertyTypeRequiredDescription
ciphertextstringyesThe Base64-encoded encrypted payload package ready to undergo source-side key decryption.

Base64-encoded string.
keystringyesThe ID of the source key currently protecting the data payload.

Must be a valid UUID.
encryption-contextstringnoOptional Base64-encoded encryption context originally appended to the AAD to confirm package validation rules.

Base64-encoded string.

Destination

PropertyTypeRequiredDescription
keystringyesThe ID of the target key chosen to encapsulate the newly shifted data translation.

Must be a valid UUID.
encryption-contextstringnoOptional new Base64-encoded encryption context to apply under the target destination envelope.

Base64-encoded string.
Last updated on