Uses of Interface
org.eclipse.keypop.calypso.card.card.CalypsoCardSelectionExtension
Packages that use CalypsoCardSelectionExtension
Package
Description
Components used in applications to manage Calypso cards.
Calypso card data structures and selection API.
-
Uses of CalypsoCardSelectionExtension in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return CalypsoCardSelectionExtensionModifier and TypeMethodDescriptionCalypsoCardApiFactory.createCalypsoCardSelectionExtension()Returns a new instance ofCalypsoCardSelectionExtension. -
Uses of CalypsoCardSelectionExtension in org.eclipse.keypop.calypso.card.card
Methods in org.eclipse.keypop.calypso.card.card that return CalypsoCardSelectionExtensionModifier and TypeMethodDescriptionCalypsoCardSelectionExtension.acceptInvalidatedCard()Request to accept invalidated cards during the selection stage.CalypsoCardSelectionExtension.prepareGetData(GetDataTag tag) Adds a "Get Data" command to retrieve the data indicated by the provided tag.CalypsoCardSelectionExtension.preparePreOpenSecureSession(WriteAccessLevel writeAccessLevel) Adds a specific "Open Secure Session" command to attempt a secure session pre-opening.CalypsoCardSelectionExtension.prepareReadBinary(byte sfi, int offset, int nbBytesToRead) Adds one or multiple "Read Binary" commands to read all or part of the indicated "binary" EF.CalypsoCardSelectionExtension.prepareReadCounter(byte sfi, int nbCountersToRead) Adds a "Read Records" command to read a part of a record of the indicated EF, which should be a counter file.CalypsoCardSelectionExtension.prepareReadRecord(byte sfi, int recordNumber) Adds a "Read Records" command to read a single record from the indicated "linear" or "cyclic" EF.CalypsoCardSelectionExtension.prepareSelectFile(short lid) Adds a "Select File" command to select an EF by its LID in the current DF.CalypsoCardSelectionExtension.prepareSelectFile(SelectFileControl selectControl) Adds a "Select File" command to select file according to the providedSelectFileControlenum entry indicating the navigation case: FIRST, NEXT or CURRENT.