Confirmation

data class Confirmation(val confirmation: ByteArray) : ProvisioningResponse

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)

Properties

Link copied to clipboard

confirmation value.

Link copied to clipboard

Functions

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