Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Signing an ABAP string with client private key

0 Kudos
1,422

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

1 REPLY 1
Read only

nomssi
Active Contributor
1,059

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