EvidenceResponseIcaoNfcTunnel

data class EvidenceResponseIcaoNfcTunnel(val response: ByteString) : EvidenceResponse

Response for EvidenceRequestIcaoNfcTunnel

TODO: define the response to handshake message; in particular we may need to send PACE key to support Terminal Authentication. For now handshake message is empty.

Constructors

Link copied to clipboard
constructor(response: ByteString)

Properties

Link copied to clipboard
val response: ByteString

Functions

Link copied to clipboard
open override fun toString(): String