c. Decryption Operation Guide
This guide details how to decrypt encrypted response data obtained from WaaS APIs.i. Decryption Process Step-by-Step Explanation
The following are the steps for decryption operations:- Obtain encrypted data from the API response
- Perform Base64 decoding of the data
- Decrypt using the RSA public key
- Parse the decrypted result into the business object