How to encrypt JSON object
Java code for all API methods
encodedAESKey
M
String
You need to pass BASE 64 encoded AES key. AES key will be shared with you by us after registration.
encodedJsonObj
M
String
You need to pass BASE 64 encoded JSON Object. JSON object is an output of section 5.
.NET code for all API methods
encodedAESKey
M
String
You need to pass BASE 64 encoded AES key. AES key will be shared with you by us after registration.
toEncrypt
M
Byte
You need to pass JSON Object. JSON object is an output of section 5.
Last updated