Index

A B C D E F G H I J L O R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

T

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.bluetoothTerminalfactory.BluetoothSmartCard
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.bluetoothTerminalfactory.AbCircleCardTerminalBluetooth
Returns the terminal representation
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(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.
transmit(CommandAPDU) - Method in class javax.smartcardio.CardChannel
Transmits the specified command APDU to the Smart Card and returns the response APDU.
transmitControlCommand(int, byte[]) - Method in class javax.smartcardio.Card
Transmits a control command to the terminal device.
A B C D E F G H I J L O R S T V W 
All Classes and Interfaces|All Packages|Serialized Form