Uses of Class
javax.smartcardio.CardTerminal
Packages that use CardTerminal
-
Uses of CardTerminal in javax.smartcardio
Methods in javax.smartcardio that return CardTerminalModifier and TypeMethodDescriptionCardTerminals.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 CardTerminalModifier and TypeMethodDescriptionCardTerminals.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.