DeviceSigned

@Serializable
data class DeviceSigned(val namespaces: ByteStringWrapper<DeviceNameSpaces>, val deviceAuth: DeviceAuth)(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(namespaces: ByteStringWrapper<DeviceNameSpaces>, deviceAuth: DeviceAuth)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "deviceAuth")
val deviceAuth: DeviceAuth
Link copied to clipboard
@SerialName(value = "nameSpaces")
val namespaces: ByteStringWrapper<DeviceNameSpaces>

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