EncryptedDocuments

@Serializable
data class EncryptedDocuments(val enc: ByteArray, val cipherText: ByteArray, val docRequestId: UInt)(source)

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

Constructors

Link copied to clipboard
constructor(enc: ByteArray, cipherText: ByteArray, docRequestId: UInt)

Properties

Link copied to clipboard
@SerialName(value = "cipherText")
val cipherText: ByteArray

Contains the encrypted EncryptedDocumentsPlaintext structure.

Link copied to clipboard
@SerialName(value = "docRequestID")
val docRequestId: UInt
Link copied to clipboard
@SerialName(value = "enc")
val enc: ByteArray

Functions

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