Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ApduResponseProviderSpi - Interface in org.eclipse.keyple.plugin.stub.spi
-
This interface must be used to provide an APDU response according to an APDU request.
B
- build() - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
-
Returns an instance of StubPluginFactory created from the fields set on this builder.
- build() - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
-
Returns an instance of StubPoolPluginFactory created from the fields set on this builder.
- build() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
-
Build the
StubSmartCard - build() - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.BuildStep
-
Build the
StubSmartCard - build() - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.CommandStep
-
Build the
StubSmartCard - build() - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.SimulatedCommandStep
-
Build the
StubSmartCard - builder() - Static method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder
-
Creates builder to build a
StubPluginFactory. - builder() - Static method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder
-
Creates builder to build a
StubPoolPluginFactory. - builder() - Static method in class org.eclipse.keyple.plugin.stub.StubSmartCard
-
Creates a builder for the
StubSmartCard
G
- getResponseFromRequest(String) - Method in interface org.eclipse.keyple.plugin.stub.spi.ApduResponseProviderSpi
-
Provide APDU responses according to an APDU request.
- getSmartcard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
-
Get inserted card
I
- insertCard(StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubReader
-
Insert a stub card into the reader.
O
- org.eclipse.keyple.plugin.stub - package org.eclipse.keyple.plugin.stub
- org.eclipse.keyple.plugin.stub.spi - package org.eclipse.keyple.plugin.stub.spi
P
- PLUGIN_NAME - Static variable in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder
-
The plugin default name
- PLUGIN_NAME - Static variable in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder
-
The plugin default name
- plugPoolReader(String, String, StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
-
Plug synchronously a new
StubReaderin theStubPoolPluginassociated to groupReference and a stub card. - plugReader(String, boolean, StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
-
Plug a new
StubReader.
R
- removeCard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
-
Remove card from reader if any
S
- StubPlugin - Interface in org.eclipse.keyple.plugin.stub
-
Specific methods of the Stub Plugin.
- StubPluginFactory - Interface in org.eclipse.keyple.plugin.stub
-
Stub specific
KeyplePluginExtensionFactoryto be provided to the Keyple SmartCard service to register the Stub plugin, built byStubPluginFactoryBuilder. - StubPluginFactoryBuilder - Class in org.eclipse.keyple.plugin.stub
-
Builds instances of
StubPluginFactory. - StubPluginFactoryBuilder.Builder - Class in org.eclipse.keyple.plugin.stub
-
Builder to build a
StubPluginFactory. - StubPoolPlugin - Interface in org.eclipse.keyple.plugin.stub
- StubPoolPluginFactory - Interface in org.eclipse.keyple.plugin.stub
-
Stub specific
KeyplePluginExtensionFactoryto be provided to the Keyple SmartCard service to register the Stub Pool plugin, built byStubPoolPluginFactoryBuilder. - StubPoolPluginFactoryBuilder - Class in org.eclipse.keyple.plugin.stub
-
Builds instances of
StubPoolPluginFactory. - StubPoolPluginFactoryBuilder.Builder - Class in org.eclipse.keyple.plugin.stub
-
Builder to build a
StubPoolPluginFactory. - StubReader - Interface in org.eclipse.keyple.plugin.stub
-
The Stub Reader supports programmatically the insertion and removal of
StubSmartCard
To invoke those methods use Reader#getExtension(StubReader.class) from the Reader class. - StubSmartCard - Class in org.eclipse.keyple.plugin.stub
-
Simulated smart card that can be inserted into a
StubReader. - StubSmartCard.Builder - Class in org.eclipse.keyple.plugin.stub
-
Builder class for
StubSmartCard. - StubSmartCard.BuildStep - Interface in org.eclipse.keyple.plugin.stub
-
Build step for creating a
StubSmartCardinstance. - StubSmartCard.CommandStep - Interface in org.eclipse.keyple.plugin.stub
-
CommandStep interface provides methods to build and configure a StubSmartCard object.
- StubSmartCard.PowerOnDataStep - Interface in org.eclipse.keyple.plugin.stub
-
Provides a method for defining simulated power-on data for the StubSmartCard to build.
- StubSmartCard.ProtocolStep - Interface in org.eclipse.keyple.plugin.stub
-
Provides a method to define the simulated protocol for the StubSmartCard to build.
- StubSmartCard.SimulatedCommandStep - Interface in org.eclipse.keyple.plugin.stub
-
Provides methods to add simulated commands and responses to a StubSmartCard builder.
T
- toString() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
U
- unplugPoolReader(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
-
Unplug synchronously a pool reader.
- unplugPoolReaders(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
-
Unplug synchronously all readers associated to a groupReference.
- unplugReader(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
-
Unplug a
StubReader.
W
- withApduResponseProvider(ApduResponseProviderSpi) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
-
Provide simulated command/response to the
StubSmartCardusing a custom provider implementing ofApduResponseProviderSpi. - withApduResponseProvider(ApduResponseProviderSpi) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.CommandStep
-
Provide simulated command/response to the
StubSmartCardusing a custom provider implementing ofApduResponseProviderSpi. - withMonitoringCycleDuration(int) - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
-
Configure the sleep time between two cycles for card and reader monitoring
- withMonitoringCycleDuration(int) - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
-
Configure the sleep time between two cycles for card and reader monitoring
- withPowerOnData(byte[]) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
-
Define simulated power-on data for the
StubSmartCardto build - withPowerOnData(byte[]) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.PowerOnDataStep
-
Define simulated power-on data for the
StubSmartCardto build - withProtocol(String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
-
Define simulated protocol for the
StubSmartCardto build - withProtocol(String) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.ProtocolStep
-
Define simulated protocol for the
StubSmartCardto build - withSimulatedCommand(String, String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
-
Add simulated command/response to the
StubSmartCardto build. - withSimulatedCommand(String, String) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.CommandStep
-
Add simulated command/response to the
StubSmartCardto build. - withSimulatedCommand(String, String) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.SimulatedCommandStep
-
Add simulated command/response to the
StubSmartCardto build. - withStubReader(String, boolean, StubSmartCard) - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
-
Initialize the plugin with a stub reader.
- withStubReader(String, String, StubSmartCard) - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
-
Initialize the plugin with a stub reader.
All Classes and Interfaces|All Packages|Constant Field Values