EvidenceResponseIcaoNfcTunnelResult

data class EvidenceResponseIcaoNfcTunnelResult(val advancedAuthenticationType: EvidenceResponseIcaoNfcTunnelResult.AdvancedAuthenticationType, val dataGroups: Map<Int, ByteString>, val securityObject: ByteString) : EvidenceResponse

Evidence type for that represents the result of communicating through the tunnel implemented by EvidenceRequestIcaoNfcTunnel requests and responses.

This cannot be sent directly, it is only created as the result of tunnel communication.

Constructors

Link copied to clipboard
constructor(advancedAuthenticationType: EvidenceResponseIcaoNfcTunnelResult.AdvancedAuthenticationType, dataGroups: Map<Int, ByteString>, securityObject: ByteString)

Properties

Link copied to clipboard
val dataGroups: Map<Int, ByteString>
Link copied to clipboard
val securityObject: ByteString

Functions

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