CoseTextLabel

data class CoseTextLabel(val text: String) : CoseLabel

A COSE Label for a string.

Parameters

text

the string.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toDataItem(): DataItem

The CBOR encoding for a COSE Label.