Uses of Interface
org.eclipse.keypop.reader.selection.spi.SmartCard
Packages that use SmartCard
Package
Description
Components used to manage card selection.
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 SmartCardModifier and TypeMethodDescriptionCardSelectionResult.getActiveSmartCard()
Gets the active matching card.Methods in org.eclipse.keypop.reader.selection that return types with arguments of type SmartCardModifier and TypeMethodDescriptionCardSelectionResult.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.spiModifier and TypeInterfaceDescriptioninterface
ISO 7816-4 smart card with which communication has been established after a selection process and which is ready to receive APDUs.