NetworkDataSecurityConfig

constructor(isEncryptionEnabled: Boolean, encryptionEncodedDebugKey: String, encryptionEncodedReleaseKey: String)

Parameters

isEncryptionEnabled

If true, rest api calls body will be encrypted

encryptionEncodedDebugKey

the key which will be used for encryption / decryption for

  • a debug build.

encryptionEncodedReleaseKey

the key which will be used for encryption / decryption for a release build.