Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ApduInterpreterFactory - Interface in org.eclipse.keyple.core.plugin.storagecard
-
Factory interface for creating instances of APDU interpreters.
- ApduInterpreterFactorySpi - Interface in org.eclipse.keyple.core.plugin.storagecard.internal.spi
-
Factory interface for creating instances of
ApduInterpreterSpi
. - ApduInterpreterSpi - Interface in org.eclipse.keyple.core.plugin.storagecard.internal.spi
-
Interface defining an APDU interpreter for processing commands sent to a card.
C
- CommandProcessorApi - Interface in org.eclipse.keyple.core.plugin.storagecard.internal
-
Interface defining a command processor for interacting with a storage card.
- createApduInterpreter() - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.spi.ApduInterpreterFactorySpi
-
Creates a new instance of an APDU interpreter.
G
- getUID() - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.CommandProcessorApi
-
Retrieves the Unique Identifier (UID) of the card.
O
- org.eclipse.keyple.core.plugin.storagecard - package org.eclipse.keyple.core.plugin.storagecard
-
Contains public elements intended for the application.
- org.eclipse.keyple.core.plugin.storagecard.internal - package org.eclipse.keyple.core.plugin.storagecard.internal
-
Contains internal interfaces for data exchange between plugin and APDU interpreter.
- org.eclipse.keyple.core.plugin.storagecard.internal.spi - package org.eclipse.keyple.core.plugin.storagecard.internal.spi
-
Contains SPIs to be implemented by the APDU interpreter.
P
- PluginStorageCardApiProperties - Class in org.eclipse.keyple.core.plugin.storagecard
-
API properties.
- processApdu(byte[]) - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.spi.ApduInterpreterSpi
-
Processes an APDU command by invoking the corresponding methods of
CommandProcessorApi
based on the card type.
R
- readBlock(int, int) - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.CommandProcessorApi
-
Reads data starting from a specified block number.
S
- setCommandProcessor(CommandProcessorApi) - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.spi.ApduInterpreterSpi
-
Sets the command processor responsible for handling APDU execution.
T
- transmitIsoApdu(byte[]) - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.CommandProcessorApi
-
Transmits a standard APDU command to the card.
V
- VERSION - Static variable in class org.eclipse.keyple.core.plugin.storagecard.PluginStorageCardApiProperties
-
API version: "1.0"
W
- writeBlock(int, byte[]) - Method in interface org.eclipse.keyple.core.plugin.storagecard.internal.CommandProcessorApi
-
Writes data to a specified memory block on the card.
All Classes and Interfaces|All Packages|Constant Field Values