Interface IsoCardSelector
-
- All Superinterfaces:
CardSelector<IsoCardSelector>
,CommonIsoCardSelector<IsoCardSelector>
public interface IsoCardSelector extends CommonIsoCardSelector<IsoCardSelector>
ISO filters used to restrict the selection process to certain ISO 7816-4 cards.These filters are all optional but can also be combined.
If no filtering is specified, any card that responds when inserted in the reader will be considered selected.
Conversely, if one or more filters have been defined, the card will not be selected if one of them rejects the card.
An instance of this interface can be obtained via the method
ReaderApiFactory.createIsoCardSelector()
.- Since:
- 2.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.keypop.reader.selection.CommonIsoCardSelector
CommonIsoCardSelector.FileControlInformation, CommonIsoCardSelector.FileOccurrence
-
-
Method Summary
-
Methods inherited from interface org.eclipse.keypop.reader.selection.CardSelector
filterByCardProtocol, filterByPowerOnData
-
Methods inherited from interface org.eclipse.keypop.reader.selection.CommonIsoCardSelector
filterByDfName, filterByDfName, setFileControlInformation, setFileOccurrence
-
-