IssuerSignedItem

data class IssuerSignedItem(val digestId: UInt, val random: ByteArray, val elementIdentifier: String, val elementValue: Any)(source)

Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)

Constructors

Link copied to clipboard
constructor(digestId: UInt, random: ByteArray, elementIdentifier: String, elementValue: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "digestID")
val digestId: UInt
Link copied to clipboard
@SerialName(value = "elementIdentifier")
val elementIdentifier: String
Link copied to clipboard
@SerialName(value = "elementValue")
val elementValue: Any
Link copied to clipboard
@SerialName(value = "random")
val random: ByteArray

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String