A C F G L N O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addSuccessfulStatusWord(int) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
Adds a status word to the list of those that should be considered successful for the Select Application APDU.
C
- CardTransactionManager - Interface in org.eclipse.keyple.card.generic
-
Provides basic methods to prepare and process APDU exchange with a card.
- createCardResourceProfileExtension(GenericCardSelection) - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
-
Creates an instance of
CardResourceProfileExtension
to be provided to theCardResourceService
. - createCardSelection() - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
-
Creates an instance of
GenericCardSelection
. - createCardTransaction(CardReader, SmartCard) - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
-
Creates an instance of
CardTransactionManager
.
F
- FCI - org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
File control information.
- FCP - org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
File control parameters.
- filterByCardProtocol(String) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
Requests a protocol-based filtering by defining an expected card.
- filterByDfName(byte[]) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
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.
- filterByDfName(String) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
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.
- filterByPowerOnData(String) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
Requests a power-on data-based filtering by defining a regular expression that will be applied to the card's power-on data.
- FIRST - org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
First occurrence.
- FMD - org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
File management data.
G
- GenericCardSelection - Interface in org.eclipse.keyple.card.generic
-
Card specific
CardSelection
providing means to filter cards, select applications. - GenericCardSelection.FileControlInformation - Enum in org.eclipse.keyple.card.generic
-
Types of templates available in return for the Select Application command, according to the ISO7816-4 standard.
- GenericCardSelection.FileOccurrence - Enum in org.eclipse.keyple.card.generic
-
Navigation options through the different applications contained in the card according to the ISO7816-4 standard.
- GenericExtensionService - Class in org.eclipse.keyple.card.generic
-
Card extension service providing basic access to APDU exchange functions with a card.
- getCardApiVersion() - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
- getCommonApiVersion() - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
- getInstance() - Static method in class org.eclipse.keyple.card.generic.GenericExtensionService
-
Gets the unique instance of this object.
- getReaderApiVersion() - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
L
- LAST - org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
Last occurrence.
N
- NEXT - org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
Next occurrence.
- NO_RESPONSE - org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
No response expected.
O
- org.eclipse.keyple.card.generic - package org.eclipse.keyple.card.generic
-
Contains the factories and builders to create the public elements of the extension.
P
- prepareApdu(byte[]) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processApdusToByteArrays()
is invoked. - prepareApdu(byte, byte, byte, byte, byte[], Byte) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processApdusToByteArrays()
is invoked. - prepareApdu(String) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processApdusToByteArrays()
is invoked. - prepareReleaseChannel() - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Requests the closing of the physical channel after the next transmission of APDUs.
- PREVIOUS - org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
Previous occurrence.
- processApdusToByteArrays() - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of of byte arrays.
- processApdusToHexStrings() - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
-
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of hexadecimal strings.
S
- setFileControlInformation(GenericCardSelection.FileControlInformation) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
Sets the file control mode (see ISO7816-4).
- setFileOccurrence(GenericCardSelection.FileOccurrence) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelection
-
Sets the file occurrence mode (see ISO7816-4).
T
- TransactionException - Exception in org.eclipse.keyple.card.generic
-
Exception when an error or a communication failure with the card or the reader occurs.
- TransactionException(String) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
-
Builds a new exception.
- TransactionException(String, Throwable) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
-
Builds a new exception with the originating exception.
V
- valueOf(String) - Static method in enum org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages