Synchronously verify signature and decrypt a file
POST/v1/synchronousFileVerifyDecrypt
This endpoint accepts a file that has been signed and encrypted. It verifies the digital signature and decrypts the file content using the provided decryption key. Please ensure that valid key names and credentials are provided in the SignedSynchronousFileVerifyDecryptRequestDto.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Successful Operation
Client Error
Request refused
Resource not found
Server Error
Implementation Error