- TerminalFactory - Class in javax.smartcardio
-
A factory for CardTerminal objects.
- TerminalFactorySpi - Class in javax.smartcardio
-
The TerminalFactorySpi class defines the service provider interface.
- TerminalFactorySpi() - Constructor for class javax.smartcardio.TerminalFactorySpi
-
Constructs a new TerminalFactorySpi object.
- terminals() - Static method in class com.abc.terminalfactory.UsbSmartCard
-
An alternative method (workaround) for obtaining CardTerminals directly bypass TerminalFactory,
Provider implementation can be different on older versions of android.
- terminals() - Method in class javax.smartcardio.TerminalFactory
-
Returns a new CardTerminals object encapsulating the terminals
supported by this factory.
- toString() - Method in class com.abc.terminalfactory.AbCircleCardTerminalUSB
-
- toString() - Method in class javax.smartcardio.ATR
-
Returns a string representation of this ATR.
- toString() - Method in class javax.smartcardio.CommandAPDU
-
Returns a string representation of this command APDU.
- toString() - Method in class javax.smartcardio.ResponseAPDU
-
Returns a string representation of this response APDU.
- toString() - Method in class javax.smartcardio.TerminalFactory
-
Returns a string representation of this TerminalFactory.
- transmit(CommandAPDU) - Method in class javax.smartcardio.CardChannel
-
Transmits the specified command APDU to the Smart Card and returns the
response APDU.
- transmit(ByteBuffer, ByteBuffer) - Method in class javax.smartcardio.CardChannel
-
Transmits the command APDU stored in the command ByteBuffer and receives
the response APDU in the response ByteBuffer.
- transmitControlCommand(int, byte[]) - Method in class javax.smartcardio.Card
-
Transmits a control command to the terminal device.