Skip to main content

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:
  1. Obtain encrypted data from the API response
  2. Perform Base64 decoding of the data
  3. Decrypt using the RSA public key
  4. Parse the decrypted result into the business object

ii. Decryption Code Examples