IssuerSignedItem

data class IssuerSignedItem(val digestId: Long, val random: ByteString, val dataElementIdentifier: String, val dataElementValue: DataItem)

A data structure representing IssuerSignedItem in ISO/IEC 18013-5:2021.

Constructors

Link copied to clipboard
constructor(digestId: Long, random: ByteString, dataElementIdentifier: String, dataElementValue: DataItem)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val random: ByteString

Functions

Link copied to clipboard
fun calculateDigest(algorithm: Algorithm): ByteString

Calculates the digest of IssuerSignedItemBytes.

Link copied to clipboard

Generate IssuerSignedItem CBOR.