CborTag

data class CborTag(val tag: Long, val value: Any?)

A CBOR (RFC 8949) tag together with its tagged value, e.g. tag(24, <bstr>).

Constructors

Link copied to clipboard
constructor(tag: Long, value: Any?)

Properties

Link copied to clipboard
val tag: Long
Link copied to clipboard
val value: Any?