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)