Approval Tasks
Operations on the approval tasks
๐๏ธ Get unwrap task
Returns all pending unwrap tasks for a given approval client (identified by public key)
๐๏ธ Get unblock key task
Returns all pending unblock key tasks for a given approval client (identified by public key)
๐๏ธ Get sign task
Returns all pending sign tasks for a given approval client (identified by public key)
๐๏ธ Get self-signed task
Returns all pending self-sign tasks for a given approval client (identified by public key)
๐๏ธ Get modify key task
Returns all pending modify key tasks for a given approval client (identified by public key)
๐๏ธ Get decrypt task
Returns all pending decrypt tasks for a given approval client (identified by public key)
๐๏ธ Get CSR task
Returns all pending CSR sign tasks for a given approval client (identified by public key)
๐๏ธ Get certificate task
Returns all pending certificate sign tasks (including self-signed) for a given approval client (identified by public key)
๐๏ธ Get block key task
Returns all pending block key tasks for a given approval client (identified by public key)
๐๏ธ Get all tasks
Returns all pending tasks for a given approval client (identified by public key)
๐๏ธ Send an approval
Send an approval for an existing approval task
๐๏ธ Delete single task
Send a delete request for an existing approval task. <br /> If a key policy is defined consisting to be approved by 2 out of 3 people, one of the three people can reject his task and the Sign request is still possible.<br />