DeviceKey

data class DeviceKey(val key: ByteArray) : MeshKey

Device Key unique to a single node.

Constructors

Link copied to clipboard
constructor(key: ByteArray)

Properties

Link copied to clipboard
open override val index: KeyIndex

12-bit index identifying this key within the network.

Link copied to clipboard
open override val key: ByteArray

16-byte AES-128 key material.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int