cancel
Showing results for 
Search instead for 
Did you mean: 

Decryption of data in response

0 Kudos

Hi All,

I have service xSJS which returns few columns , one of the column consists encrypted data and I want to decrypt the data in SAP API Management before sending to consumer.

is it possible using any policy that I can manipulate and did some customization ?

Accepted Solutions (0)

Answers (1)

Answers (1)

ElijahM
Advisor
Advisor

Hi Madhav,

What is the encryption method for the data? There are a number of ways you can potentially accomplish this, depending on what the type of encryption is.

SAP API Management provides Python and JavaScript if you can create a script to perform the decryption. If you need something more advanced like a Java Applet you can build a JVM on SAP CP and call out to it, or if there is some API enabled service which can handle decryption you can use a callout policy to send the data and then put the decrypted response into the customer push.

Regards,
Elijah