Random

data class Random(val random: ByteArray) : ProvisioningResponse

The Provisioner or the Provisionee sends a Provisioning Random PDU to allow its peer device to validate the confirmation.

Constructors

Link copied to clipboard
constructor(random: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

random value.

Functions

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