NetworkDataSecurityConfig

class NetworkDataSecurityConfig(val isEncryptionEnabled: Boolean, encryptionEncodedDebugKey: String, encryptionEncodedReleaseKey: String)

Create an instance of Network Data Security Config.

Author

Abhishek Kumar

Since

12.7.00

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.

Constructors

Link copied to clipboard
constructor(isEncryptionEnabled: Boolean, encryptionEncodedDebugKey: String, encryptionEncodedReleaseKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, the payloads in the REST API requests would be encrypted(above HTTPS encryption). The default value is false.

Functions

Link copied to clipboard
open override fun toString(): String