Requests
Operations for sign/block/unblock/modify/decrypt/unwrap requests. The TsbEngine licence is necessary to execute these operations.
๐๏ธ Create unwrap request
Create unwrap request
๐๏ธ Unblock key request
Create an unblock request. Unblocking a key is only supported if the key has smart key attributes.
๐๏ธ Create a sign request
Create a sign request
๐๏ธ Modify key request
Create a modify request. Modifying a key is only supported if the key has smart key attributes.
๐๏ธ Get requests status
Returns a list of all requests filtered by its status
๐๏ธ Create decrypt request
Create decrypt request
๐๏ธ Block key request
Create a block request. Blocking a key is only supported if the key has smart key attributes.
๐๏ธ Get request by id
Returns the status of a request
๐๏ธ Cancel request by id
Cancel a request by the id generated during request creation. All associated tasks are deleted.