Confirmation

data class Confirmation(val confirmation: ByteArray) : ProvisioningRequest

The Provisioner or the Provisionee sends a Provisioning Confirmation PDU to its peer to confirm the values exchanged so far, including the OOB Authentication value and the random number that is yet to be exchanged.

Constructors

Link copied to clipboard
constructor(confirmation: ByteArray)

Creates a new Provisioning Confirmation PDU.

Properties

Link copied to clipboard

Confirmation value.

Link copied to clipboard

provisioning pdu.

Functions

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