Builder

class Builder(val eDeviceKey: EcPublicKey, val version: String? = null)

A builder for DeviceEngagement.

Parameters

eDeviceKey

the ephemeral session encryption key for the mdoc.

version

the version to use or null to automatically determine which version to use.

Constructors

Link copied to clipboard
constructor(eDeviceKey: EcPublicKey, version: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val version: String? = null

Functions

Link copied to clipboard

Adds a Capability to the device engagement being built.

Link copied to clipboard

Adds a MdocConnectionMethod to the device engagement being built.

Link copied to clipboard

Adds a OriginInfo to the device engagement being built.

Link copied to clipboard