vc-k
Toggle table of contents
5.12.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
ZkDocument
Zk
Document
@
Serializable
data
class
ZkDocument
(
val
zkDocumentDataBytes
:
ByteStringWrapper
<
ZkDocumentData
>
,
val
proof
:
ByteArray
)
(
source
)
Part of the ISO/IEC 18013-5:2026 standard: ZKP Mdoc response (10.3.4)
Members
Constructors
Zk
Document
Link copied to clipboard
constructor
(
zkDocumentDataBytes
:
ByteStringWrapper
<
ZkDocumentData
>
,
proof
:
ByteArray
)
Properties
proof
Link copied to clipboard
@
SerialName
(
value
=
"proof"
)
val
proof
:
ByteArray
zk
Document
Data
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"documentData"
)
val
zkDocumentDataBytes
:
ByteStringWrapper
<
ZkDocumentData
>
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