Get Example source ABAP code based on a different SAP table
CL_ABAP_BIGINT>, Key Encryption This example uses methods of the system class CL_ABAP_BIGINT> to encrypt a text by generating public and private keys using the RSA algorithm.
ABAP_SOURCE_CODE DEMO CL_DEMO_BIGINT_RSA
ABAP_DESCRIPTION Public and private RSA key pairs are generated using methods of the system class CL_ABAP_BIGINT>. These key pairs are used to encrypt a text. The key pairs, as well as the encrypted and decrypted text, are generated as screen output.