Index
All Classes and Interfaces|All Packages|Serialized Form
C
- Card - Class in javax.smartcardio
-
A Smart Card with which a connection has been established.
- Card() - Constructor for class javax.smartcardio.Card
-
Constructs a new Card object.
- CARD_ABSENT - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals in which a card is not present.
- CARD_INSERTION - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals for which a card insertion was detected during the latest call to waitForChange() call.
- CARD_PRESENT - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals in which a card is present.
- CARD_REMOVAL - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals for which a card removal was detected during the latest call to waitForChange() call.
- CardChannel - Class in javax.smartcardio
-
A logical channel connection to a Smart Card.
- CardChannel() - Constructor for class javax.smartcardio.CardChannel
-
Constructs a new CardChannel object.
- CardException - Exception in javax.smartcardio
-
Exception for errors that occur during communication with the Smart Card stack or the card itself.
- CardException(String) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified detail message.
- CardException(String, Throwable) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified detail message and cause.
- CardException(Throwable) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
. - CardNotPresentException - Exception in javax.smartcardio
-
Exception thrown when an application tries to establish a connection with a terminal that has no card present.
- CardNotPresentException(String) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified detail message.
- CardNotPresentException(String, Throwable) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified detail message and cause.
- CardNotPresentException(Throwable) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
. - CardPermission - Class in javax.smartcardio
-
A permission for Smart Card operations.
- CardPermission(String, String) - Constructor for class javax.smartcardio.CardPermission
-
Constructs a new CardPermission with the specified actions.
- CardTerminal - Class in javax.smartcardio
-
A Smart Card terminal, sometimes referred to as a Smart Card Reader.
- CardTerminal() - Constructor for class javax.smartcardio.CardTerminal
-
Constructs a new CardTerminal object.
- CardTerminals - Class in javax.smartcardio
-
The set of terminals supported by a TerminalFactory.
- CardTerminals() - Constructor for class javax.smartcardio.CardTerminals
-
Constructs a new CardTerminals object.
- CardTerminals.State - Enum Class in javax.smartcardio
-
Enumeration of attributes of a CardTerminal.
- close() - Method in class javax.smartcardio.CardChannel
-
Closes this CardChannel.
- com.abc.bluetoothTerminalfactory - package com.abc.bluetoothTerminalfactory
-
AB Circle Bluetooth TerminalFactory
- CommandAPDU - Class in javax.smartcardio
-
A command APDU following the structure defined in ISO/IEC 7816-4.
- CommandAPDU(byte[]) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from a byte array containing the complete APDU contents (header and body).
- CommandAPDU(byte[], int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from a byte array containing the complete APDU contents (header and body).
- CommandAPDU(int, int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes.
- CommandAPDU(int, int, int, int, byte[]) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and command data.
- CommandAPDU(int, int, int, int, byte[], int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes, command data, and expected response data length.
- CommandAPDU(int, int, int, int, byte[], int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and command data.
- CommandAPDU(int, int, int, int, byte[], int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes, command data, and expected response data length.
- CommandAPDU(int, int, int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and the expected response data length.
- CommandAPDU(ByteBuffer) - Constructor for class javax.smartcardio.CommandAPDU
-
Creates a CommandAPDU from the ByteBuffer containing the complete APDU contents (header and body).
- connect(String) - Method in class com.abc.bluetoothTerminalfactory.AbCircleCardTerminalBluetooth
- connect(String) - Method in class javax.smartcardio.CardTerminal
-
Establishes a connection to the card.
- ConnectByMacAddress(String) - Method in class com.abc.bluetoothTerminalfactory.AbCircleBluetoothTerminalManager
-
Attempt to connect to ABC reader by MAC address
All Classes and Interfaces|All Packages|Serialized Form