vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
DeviceAuth
Device
Auth
@
Serializable
data
class
DeviceAuth
(
val
deviceSignature
:
CoseSigned
<
ByteArray
>
?
=
null
,
val
deviceMac
:
CoseMac
<
ByteArray
>
?
=
null
)
(
source
)
Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)
Members
Constructors
Device
Auth
Link copied to clipboard
constructor
(
deviceSignature
:
CoseSigned
<
ByteArray
>
?
=
null
,
deviceMac
:
CoseMac
<
ByteArray
>
?
=
null
)
Properties
device
Mac
Link copied to clipboard
@
SerialName
(
value
=
"deviceMac"
)
val
deviceMac
:
CoseMac
<
ByteArray
>
?
device
Signature
Link copied to clipboard
@
SerialName
(
value
=
"deviceSignature"
)
val
deviceSignature
:
CoseSigned
<
ByteArray
>
?