Skip to content

Encryption Support

Muhammad Umair Adil edited this page Sep 12, 2018 · 1 revision

Enable Encryption

To enable AES encryption, set following fields in 'LogsConfig' builder:

        val logsConfig = LogsConfig(
                        encryptionEnabled = false,
                        encryptionKey = ""
                )