Skip navigation links
PCSC PLUGIN REFERENCE API - 1.0.0
G O P S V 

G

getPlugin() - Method in class org.eclipse.keyple.plugin.pcsc.PcscPluginFactory
Returns an instance of the PcscPlugin if the platform is ready
getPluginName() - Method in class org.eclipse.keyple.plugin.pcsc.PcscPluginFactory
getValue() - Method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.IsoProtocol
Gets the string expected by smartcard.io / PC/SC to set the card transmission protocol.

O

org.eclipse.keyple.plugin.pcsc - package org.eclipse.keyple.plugin.pcsc
Contains the necessary API to managed PC/SC readers in a Keyple based application.

P

PcscPlugin - Interface in org.eclipse.keyple.plugin.pcsc
Provides the public elements used to manage the PC/SC plugin.
It defines in particular the type of object produced by the PcscPluginFactory and allow to set parameters to retrieve the communication mode from the name of a reader.
PcscPluginFactory - Class in org.eclipse.keyple.plugin.pcsc
Provides a factory to get the PcscPlugin.
PcscPluginFactory(PluginObservationExceptionHandler, ReaderObservationExceptionHandler) - Constructor for class org.eclipse.keyple.plugin.pcsc.PcscPluginFactory
Constructor.
PcscReader - Interface in org.eclipse.keyple.plugin.pcsc
Interface extending ObservableReader) and allowing to set the operating parameters of a reader based on a PC/SC hardware interface (USB CCID).
PcscReader.DisconnectionMode - Enum in org.eclipse.keyple.plugin.pcsc
Actions to be taken after disconnection of the card.
PcscReader.IsoProtocol - Enum in org.eclipse.keyple.plugin.pcsc
Available transmission protocols as defined in the PC/SC standard.
PcscReader.SharingMode - Enum in org.eclipse.keyple.plugin.pcsc
Defines the expected behavior regarding the access to the card in a multithreaded/multi-application context.
PcscSupportedContactlessProtocols - Enum in org.eclipse.keyple.plugin.pcsc
List of contactless protocols supported by PC/SC readers.
PcscSupportedContactProtocols - Enum in org.eclipse.keyple.plugin.pcsc
List of contact protocols supported by PC/SC readers.

S

setContactless(boolean) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscReader
Sets the reader transmission mode.
setDisconnectionMode(PcscReader.DisconnectionMode) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscReader
Changes the action to be taken after disconnection (default value PcscReader.DisconnectionMode.LEAVE).
setIsoProtocol(PcscReader.IsoProtocol) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscReader
Changes the protocol to be used by the PC/SC reader when connecting to the card (PcscReader.IsoProtocol.T0, PcscReader.IsoProtocol.T1, or PcscReader.IsoProtocol.TCL), or PcscReader.IsoProtocol.ANY to connect using any available protocol (default value PcscReader.IsoProtocol.ANY).
setProtocolIdentificationRule(String, String) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscPlugin
Sets a protocol identification rule based on an ATR analysis.
setReaderNameFilter(boolean, String) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscPlugin
Sets a filter based on regular expressions to make the plugin able to identify the communication mode of a card reader from its name.
setSharingMode(PcscReader.SharingMode) - Method in interface org.eclipse.keyple.plugin.pcsc.PcscReader
Changes the PC/SC sharing mode (default value PcscReader.SharingMode.EXCLUSIVE).

V

valueOf(String) - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.DisconnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.IsoProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.SharingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscSupportedContactlessProtocols
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscSupportedContactProtocols
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.DisconnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.IsoProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscReader.SharingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscSupportedContactlessProtocols
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.plugin.pcsc.PcscSupportedContactProtocols
Returns an array containing the constants of this enum type, in the order they are declared.
G O P S V 
Skip navigation links
Copyright © Eclipse Foundation, Inc. All Rights Reserved.