GenericCardSelection |
GenericCardSelection.addSuccessfulStatusWord(int statusWord) |
Adds a status word to the list of those that should be considered successful for the Select
Application APDU.
|
GenericCardSelection |
GenericExtensionService.createCardSelection() |
|
GenericCardSelection |
GenericCardSelection.filterByCardProtocol(java.lang.String cardProtocol) |
Requests a protocol-based filtering by defining an expected card.
|
GenericCardSelection |
GenericCardSelection.filterByDfName(byte[] aid) |
Requests a DF Name-based filtering by defining in a byte array the AID that will be included in
the standard SELECT APPLICATION command sent to the card during the selection process.
|
GenericCardSelection |
GenericCardSelection.filterByDfName(java.lang.String aid) |
Requests a DF Name-based filtering by defining in a hexadecimal string the AID that will be
included in the standard SELECT APPLICATION command sent to the card during the selection
process.
|
GenericCardSelection |
GenericCardSelection.filterByPowerOnData(java.lang.String powerOnDataRegex) |
Requests a power-on data-based filtering by defining a regular expression that will be applied
to the card's power-on data.
|
GenericCardSelection |
GenericCardSelection.setFileControlInformation(GenericCardSelection.FileControlInformation fileControlInformation) |
Sets the file control mode (see ISO7816-4).
|
GenericCardSelection |
GenericCardSelection.setFileOccurrence(GenericCardSelection.FileOccurrence fileOccurrence) |
Sets the file occurrence mode (see ISO7816-4).
|