Synchronously sign and encrypt a file
POST/v1/synchronousFileSignEncrypt
This endpoint receives a file along with the necessary parameters to sign and encrypt it. It returns the encrypted and signed file as a binary stream (application/octet-stream) or as a JSON response. Ensure that all required key parameters are provided correctly in the SignedSynchronousFileSignEncryptRequestDto.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Successful Operation
Client Error
Request refused
Resource not found
Server Error
Implementation Error