toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.iso
/
IssuerSignedItem
Issuer
Signed
Item
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)
Members
Constructors
Issuer
Signed
Item
Link copied to clipboard
constructor
(
digestId
:
UInt
,
random
:
ByteArray
,
elementIdentifier
:
String
,
elementValue
:
Any
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
digest
Id
Link copied to clipboard
@
SerialName
(
value
=
"digestID"
)
val
digestId
:
UInt
element
Identifier
Link copied to clipboard
@
SerialName
(
value
=
"elementIdentifier"
)
val
elementIdentifier
:
String
element
Value
Link copied to clipboard
@
SerialName
(
value
=
"elementValue"
)
val
elementValue
:
Any
random
Link copied to clipboard
@
SerialName
(
value
=
"random"
)
val
random
:
ByteArray
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String