CLAS CL_ABAP_HMAC
Source Link
Open in ADT
Home
Previous Object: CL_ABAP_GZIP
Next Object: CL_ABAP_INTFDESCR
Public
Static Method calculate_hmac_for_raw
IMPORTING
if_algorithm TYPE STRING Optional
if_key TYPE XSTRING
if_data TYPE XSTRING
EXPORTING
ef_hmacstring TYPE STRING
ef_hmacxstring TYPE XSTRING
RAISING cx_abap_message_digest
Static Method calculate_hmac_for_char
IMPORTING
if_algorithm TYPE STRING Optional
if_key TYPE XSTRING
if_data TYPE STRING
EXPORTING
ef_hmacstring TYPE STRING
ef_hmacxstring TYPE XSTRING
ef_hmacb64string TYPE STRING
RAISING cx_abap_message_digest
Exists on:
Bug reports and ideas welcome
Made using abaplint.app