IcaoNfcTunnelNode

class IcaoNfcTunnelNode(val nodeId: String, val dataGroups: List<Int>, basicAuthentication: Boolean, successfulChipAuthentication: ProofingGraph.Node, successfulActiveAuthentication: ProofingGraph.Node, noAuthentication: ProofingGraph.Node) : ProofingGraph.Node

Constructors

Link copied to clipboard
constructor(nodeId: String, dataGroups: List<Int>, basicAuthentication: Boolean, successfulChipAuthentication: ProofingGraph.Node, successfulActiveAuthentication: ProofingGraph.Node, noAuthentication: ProofingGraph.Node)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val nodeId: String
Link copied to clipboard
open override val requests: List<EvidenceRequest>

Functions

Link copied to clipboard
open override fun selectFollowUp(response: EvidenceResponse): ProofingGraph.Node