toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.iso
/
DeviceSigned
Device
Signed
@
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)
Members
Constructors
Device
Signed
Link copied to clipboard
constructor
(
namespaces
:
ByteStringWrapper
<
DeviceNameSpaces
>
,
deviceAuth
:
DeviceAuth
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Auth
Link copied to clipboard
@
SerialName
(
value
=
"deviceAuth"
)
val
deviceAuth
:
DeviceAuth
namespaces
Link copied to clipboard
@
SerialName
(
value
=
"nameSpaces"
)
val
namespaces
:
ByteStringWrapper
<
DeviceNameSpaces
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int