Uses of Interface
org.eclipse.keypop.reader.selection.spi.SmartCard
-
Packages that use SmartCard Package Description org.eclipse.keypop.reader.selection Components used to manage card selection.org.eclipse.keypop.reader.selection.spi Components to be implemented by card extensions. -
-
Uses of SmartCard in org.eclipse.keypop.reader.selection
Methods in org.eclipse.keypop.reader.selection that return SmartCard Modifier and Type Method Description SmartCard
CardSelectionResult. getActiveSmartCard()
Gets the active matching card.Methods in org.eclipse.keypop.reader.selection that return types with arguments of type SmartCard Modifier and Type Method Description java.util.Map<java.lang.Integer,SmartCard>
CardSelectionResult. getSmartCards()
Gets allSmartCard
corresponding to all successful selection cases in a map for which the key is the selection index provided by theCardSelectionManager.prepareSelection(CardSelector, CardSelectionExtension)
method. -
Uses of SmartCard in org.eclipse.keypop.reader.selection.spi
Subinterfaces of SmartCard in org.eclipse.keypop.reader.selection.spi Modifier and Type Interface Description interface
IsoSmartCard
ISO 7816-4 smart card with which communication has been established after a selection process and which is ready to receive APDUs.
-