POST api/Titan?overrideKeyIds={overrideKeyIds}&fixedIv={fixedIv}

CPIX key exchange protocol implementation for Titan encoder.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
overrideKeyIds

Overrides key IDs in the request with customer derivable key IDs if set to true. Default is false.

boolean

Default value is False

fixedIv

Generates fixed IV for the same key ID without randomizing for every request if set to true. Default is false.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

None.

Status Codes

All HTTP status codes must be expected, but the following status codes are the most probable:

  • OK (200) - CPIX was successfully generated.
  • BadRequest (400) - CPIX generation failed due to invalid input data.