Java Smart Card I/O

Uses of Class
javax.smartcardio.CardTerminal

Uses of CardTerminal in javax.smartcardio
 

Methods in javax.smartcardio that return CardTerminal
 CardTerminal CardTerminals.getTerminal(String name)
          Returns the terminal with the specified name or null if no such terminal exists.
 

Methods in javax.smartcardio that return types with arguments of type CardTerminal
 List<CardTerminal> CardTerminals.list()
          Returns an unmodifiable list of all available terminals.
abstract  List<CardTerminal> CardTerminals.list(CardTerminals.State state)
          Returns an unmodifiable list of all terminals matching the specified state.
 


Java Smart Card I/O