2021 Apr 19 8:15 AM
Hello Experts,
I have a requirement wherein I need to SIGN an ABAP string with a client private key and then encode it in base64 format. Do we have any class/methods, FMs to achieve these functionalities?
Appreciate your help in advance.
Thanks,
Atul Mittal
2021 Apr 19 8:42 AM
for base64 check class CL_HTTP_UTILITY, e.g. cl_http_utility=>encode_x_base64( )
for signing maybe the blog RSA Encryption in ABAP | SAP Blogs can help.
JNN