ApplicationKey

data class ApplicationKey(val index: KeyIndex, val key: ByteArray, val boundNetKeyIndex: KeyIndex, val name: String = "AppKey ") : MeshKey

Application Key bound to a Network Key.

Constructors

Link copied to clipboard
constructor(index: KeyIndex, key: ByteArray, boundNetKeyIndex: KeyIndex, name: String = "AppKey ")

Properties

Link copied to clipboard
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.

Link copied to clipboard

Functions

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