-
public final class NfcTagInterfaceImplements a transport protocol for data extraction from the NFC chip of the passport
-
-
Constructor Summary
Constructors Constructor Description NfcTagInterface(IsoDep isoDepTag)
-
Method Summary
Modifier and Type Method Description final ByteArraysendCommand(ByteArray rawCommand)Executes a call on a isoDepTag and provides a result to a caller -
-
Constructor Detail
-
NfcTagInterface
NfcTagInterface(IsoDep isoDepTag)
- Parameters:
isoDepTag- IsoDep tag which was provided by the system
-
-
Method Detail
-
sendCommand
final ByteArray sendCommand(ByteArray rawCommand)
Executes a call on a isoDepTag and provides a result to a caller
-
-
-
-