Skip navigation links
STUB PLUGIN REFERENCE API - 1.0.0
A C G I O P R S U V 

A

addHexCommand(String, String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Add more simulated commands to the card Stub

C

closePhysicalChannel() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
 

G

getATR() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Getter for ATR
getCardProtocol() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Gets the card protocol supported by the card
getPlugin() - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactory
getPlugin() - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactory
getPluginName() - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactory
getPluginName() - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactory
getSettings() - Static method in class org.eclipse.keyple.plugin.stub.StubProtocolSetting
Return the whole settings map
getSmartcard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Get inserted card
getSpecificSettings(Set<StubSupportedProtocols>) - Static method in class org.eclipse.keyple.plugin.stub.StubProtocolSetting
Return a subset of the settings map

I

insertCard(StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Insert a card Stub into the reader.
isPhysicalChannelOpen() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
 

O

openPhysicalChannel() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
 
org.eclipse.keyple.plugin.stub - package org.eclipse.keyple.plugin.stub
 

P

plugPoolReader(String, String, StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
Plug synchronously a new StubReader in the StubPoolPlugin associated to groupReference and a stub card.
plugReader(String, Boolean) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Plug a new StubReader available in the plugin
plugReader(String, boolean, Boolean) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Plug a new StubReader available in the plugin
plugReaders(Set<String>, Boolean) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Plug multiple new StubReader available in the plugin
processApdu(byte[]) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Return APDU Response to APDU Request

R

removeCard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Remove card from reader if any
removeHexCommand(String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Remove simulated commands from the card Stub

S

settings - Static variable in class org.eclipse.keyple.plugin.stub.StubProtocolSetting
 
StubPlugin - Interface in org.eclipse.keyple.plugin.stub
This plugin allows to simulate card communication by creating @StubReaderImpl and @StubSmartCard.
StubPluginFactory - Class in org.eclipse.keyple.plugin.stub
Instantiate a StubPlugin with a custom plugin name
StubPluginFactory(String, PluginObservationExceptionHandler, ReaderObservationExceptionHandler) - Constructor for class org.eclipse.keyple.plugin.stub.StubPluginFactory
Register the plugin by passing an instance of this factory to @link SmartCardService#registerPlugin(PluginFactory)}
StubPoolPlugin - Interface in org.eclipse.keyple.plugin.stub
Simulates a @PoolPlugin with StubReaderImpl and StubSmartCard Manages allocation readers by group reference.
StubPoolPluginFactory - Class in org.eclipse.keyple.plugin.stub
Instantiate a StubPoolPlugin with a custom plugin name
StubPoolPluginFactory(String, PluginObservationExceptionHandler, ReaderObservationExceptionHandler) - Constructor for class org.eclipse.keyple.plugin.stub.StubPoolPluginFactory
Register the plugin by passing an instance of this factory to @link SmartCardService#registerPlugin(PluginFactory)}
StubProtocolSetting - Class in org.eclipse.keyple.plugin.stub
This class contains all the parameters to identify the communication protocols supported by STUB readers.
StubReader - Interface in org.eclipse.keyple.plugin.stub
 
StubSmartCard - Class in org.eclipse.keyple.plugin.stub
 
StubSmartCard() - Constructor for class org.eclipse.keyple.plugin.stub.StubSmartCard
 
StubSupportedProtocols - Enum in org.eclipse.keyple.plugin.stub
List of protocols supported by Stub readers.

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, Boolean) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Unplug a StubReader
unplugReaders(Set<String>, Boolean) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Unplug a list of StubReader

V

valueOf(String) - Static method in enum org.eclipse.keyple.plugin.stub.StubSupportedProtocols
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.keyple.plugin.stub.StubSupportedProtocols
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I O P R S U V 
Skip navigation links
Copyright © Eclipse Foundation, Inc. All Rights Reserved.