EncryptedDocumentsPlaintext

@Serializable
data class EncryptedDocumentsPlaintext(val documents: Array<Document>? = null, val zkDocuments: Array<ZkDocument>? = null)(source)

Part of the ISO/IEC 18013-5:2026 standard: Document response encryption (10.3.5)

Constructors

Link copied to clipboard
constructor(documents: Array<Document>? = null, zkDocuments: Array<ZkDocument>? = null)

Properties

Link copied to clipboard
@SerialName(value = "documents")
val documents: Array<Document>?
Link copied to clipboard
@SerialName(value = "zkDocuments")
val zkDocuments: Array<ZkDocument>?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int