WirelessDeviceSessionKeysAbpV11

data class WirelessDeviceSessionKeysAbpV11(val appSKey: String, val fNwkSIntKey: String, val nwkSEncKey: String, val sNwkSIntKey: String)

Constructors

Link copied to clipboard
constructor(appSKey: String, fNwkSIntKey: String, nwkSEncKey: String, sNwkSIntKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Link copied to clipboard

The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Link copied to clipboard

The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Link copied to clipboard

The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.