AES icon indicating copy to clipboard operation
AES copied to clipboard

Public methods in ZCL_AES_UTILITY

Open larshp opened this issue 9 years ago • 0 comments

Following are the public methods in class ZCL_AES_UTILITY,

IS_VALID_KEY_XSTRING IS_VALID_IV_XSTRING ENCRYPT_XSTRING DECRYPT_XSTRING ENCRYPT_RAW16_TABLE DECRYPT_RAW16_TABLE CONVERT_XSTRING_TO_RAW16_TABLE CONVERT_RAW16_TABLE_TO_XSTRING VALIDATE_ENCRYPTION_MODE VALIDATE_PADDING_STANDARD VALIDATE_RAW16_TABLE_SIZE ADD_PADDING_RAW16_TABLE REMOVE_PADDING_RAW16_TABLE

I guess only ENCRYPT_XSTRING and DECRYPT_XSTRING is used by applications, so I suggest changing the rest to private.

larshp avatar Dec 04 '16 14:12 larshp