Question
Accenture
NL
Last activity: 21 Nov 2019 0:25 EST
Reg Signing a message with RSA SHA 256 algorithm using a private Key
Hi All,
In our project, we are invoking a docusign API Service for which a JWT OAuth access token has to be generated. My requirement is that i need to sign the below message using the RSA private key with SHA256 algorithm.
RSASHA256( base64UrlEncode(header) + "." + base64UrlEncode(payload), Private Key)
How to achieve this using Pega, Do we have any OOTB activity to achieve this or a java code to be written to achieve this?
Please help me on this