CalypsoCardSelection |
CalypsoCardSelection.acceptInvalidatedCard() |
Request to accept invalidated cards during the selection stage.
|
CalypsoCardSelection |
CalypsoCardSelection.addSuccessfulStatusWord(int statusWord) |
Deprecated.
|
CalypsoCardSelection |
CalypsoCardSelection.filterByCardProtocol(java.lang.String cardProtocol) |
Requests a protocol-based filtering by defining an expected card.
|
CalypsoCardSelection |
CalypsoCardSelection.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.
|
CalypsoCardSelection |
CalypsoCardSelection.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.
|
CalypsoCardSelection |
CalypsoCardSelection.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.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareGetData(GetDataTag tag) |
Adds a command APDU to retrieve the data indicated by the provided tag.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareReadRecord(byte sfi,
int recordNumber) |
Adds a command APDU to read a single record from the indicated EF.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareReadRecordFile(byte sfi,
int recordNumber) |
Deprecated.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareSelectFile(byte[] lid) |
Deprecated.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareSelectFile(short lid) |
Adds a command APDU to select an EF by its LID in the current DF.
|
CalypsoCardSelection |
CalypsoCardSelection.prepareSelectFile(SelectFileControl selectControl) |
Adds a command APDU to select file according to the provided SelectFileControl enum
entry indicating the navigation case: FIRST, NEXT or CURRENT.
|
CalypsoCardSelection |
CalypsoCardSelection.setFileControlInformation(CalypsoCardSelection.FileControlInformation fileControlInformation) |
Sets the file control mode (see ISO7816-4).
|
CalypsoCardSelection |
CalypsoCardSelection.setFileOccurrence(CalypsoCardSelection.FileOccurrence fileOccurrence) |
Sets the file occurrence mode (see ISO7816-4).
|