GatewaySensorEncryptionConfiguration

data class GatewaySensorEncryptionConfiguration(val key1: String, val key2: String, val key3: String, val key4: String)

Represents gateway configuration for encrypted data transmissions with sensors. If sensor is encrypted then gateway will try to decrypt the data by using provided keys. The keys are used in the following order:

Constructors

Link copied to clipboard
constructor(key1: String, key2: String, key3: String, key4: String)

Properties

Link copied to clipboard

sensor encryption key

Link copied to clipboard

sensor encryption key

Link copied to clipboard

sensor encryption key

Link copied to clipboard

sensor encryption key