| Package | Description |
|---|---|
| javax.smartcardio |
Java™ Smart Card I/O API
|
| Modifier and Type | Method and Description |
|---|---|
CardTerminal |
CardTerminals.getTerminal(String
Returns the terminal with the specified name or null if no such terminal exists.
|
| Modifier and Type | Method and Description |
|---|---|
List |
CardTerminals.list()
Returns an unmodifiable list of all available terminals.
|
abstract List |
CardTerminals.list(CardTerminals
Returns an unmodifiable list of all terminals matching the specified state.
|