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)