Skip to main content

i. Encryption Process Step-by-Step Explanation

The following are the steps for encryption operations:
  1. Prepare business request parameters .(All field definitions refer to the Pre-encryption Request Parameters section)
  2. Serialize into a JSON string.
  3. Encrypt the JSON data using the RSA public key provided by WaaS.
  4. Perform Base64 encoding of the encryption result.

ii. Encryption Code Examples

The following are code examples for implementing encryption: