PublicKey

data class PublicKey(val publicKey: ByteArray) : ProvisioningRequest

The Provisioner sends a Provisioning Public Key PDU to deliver the public key to be used in the ECDH calculation.

Constructors

Link copied to clipboard
constructor(publicKey: ByteArray)

Creates a new Provisioning PublicKey PDU.

Properties

Link copied to clipboard

provisioning pdu.

Link copied to clipboard

Public key to be used in the ECDH calculation.

Functions

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