Exmbus.Parser.Tpl.Encryption (Exmbus v0.3.0)

View Source

This module handles the encryption of the TPL layer.

Summary

Functions

decrypts the context data according to the TPL layer.

Is tpl encrypted?

Get the number of expected encrypted bytes in the APL binary

Return configured encryption mode as {:mode, m}

Functions

decrypt_bin(ctx)

decrypts the context data according to the TPL layer.

This function will decrypt the encrypted bytes according to the TPL encryption mode.

encrypted?(arg1)

Is tpl encrypted?

encrypted_byte_count(arg1)

Get the number of expected encrypted bytes in the APL binary

encryption_mode(arg1)

Return configured encryption mode as {:mode, m}