See: Description
Class | Description |
---|---|
AbstractCardSelection<T extends AbstractApduCommandBuilder> |
This class provide means to create a
CardSelectionRequest and analyse its result. |
AbstractSmartCard |
AbstractSmartCard is the class to manage the elements of the result of a selection.
|
CardResource<T extends AbstractSmartCard> |
The CardResource class groups a
AbstractSmartCard and its associated Reader |
CardSelectionsResult |
Contains the result of a selection process.
|
CardSelectionsService |
Provides the means to prepare and execute a card selection.
|
CardSelector |
This POJO holds the information needed to select a particular card.
|
CardSelector.AidSelector |
Holds the AID selection data.
|
CardSelector.AidSelector.AidSelectorBuilder |
Builder of
CardSelector.AidSelector |
CardSelector.AtrFilter |
Static nested class to hold the data elements used to perform an ATR based filtering
|
CardSelector.CardSelectorBuilder |
Create a CardSelector to perform the card selection
|
Enum | Description |
---|---|
CardSelector.AidSelector.FileControlInformation |
FileControlInformation indicates how to which template is expected in accordance with
ISO7816-4
|
CardSelector.AidSelector.FileOccurrence |
FileOccurrence indicates how to carry out the file occurrence in accordance with ISO7816-4
|
MultiSelectionProcessing |
Indicates whether the selection process should stop after the first matching or process all
requests in the
CardSelectionRequest list. |