Index

A C G K O P T V 
All Classes and Interfaces|All Packages|Serialized Form

A

addSuccessfulStatusWord(int) - Method in interface org.eclipse.keyple.card.generic.GenericCardSelectionExtension
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.
ChannelControl - Enum Class in org.eclipse.keyple.card.generic
Deprecated.
Will be removed in a future version.
CLOSE_AFTER - Enum constant in enum class org.eclipse.keyple.card.generic.ChannelControl
Deprecated.
Terminates communication with the card.
The physical channel closes instantly or a card removal sequence is initiated depending on the observation mode.
createCardResourceProfileExtension(IsoCardSelector, GenericCardSelectionExtension) - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
Creates an instance of CardResourceProfileExtension to be provided to the CardResourceService.
createCardTransaction(CardReader, SmartCard) - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
Creates an instance of CardTransactionManager.
createGenericCardSelectionExtension() - Method in class org.eclipse.keyple.card.generic.GenericExtensionService
Creates an instance of CardSelectionExtension.

G

GenericCardSelectionExtension - Interface in org.eclipse.keyple.card.generic
Card specific CardSelectionExtension providing means to add successful status word.
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
getResponsesAsByteArrays() - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Returns the list of responses corresponding to the commands executed by the last call to CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl), represented as byte arrays.
getResponsesAsHexStrings() - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Returns the list of responses corresponding to the commands executed by the last call to CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl), represented as hexadecimal strings.

K

KEEP_OPEN - Enum constant in enum class org.eclipse.keyple.card.generic.ChannelControl
Deprecated.
Leaves the physical channel open.

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(ChannelControl) 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(ChannelControl) is invoked.
prepareApdu(String) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Prepares an APDU to be transmitted the next time CardTransactionManager.processApdusToByteArrays(ChannelControl) is invoked.
processApdusToByteArrays(ChannelControl) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Deprecated.
Use CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl) and CardTransactionManager.getResponsesAsByteArrays() instead.
processApdusToHexStrings(ChannelControl) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Deprecated.
Use CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl) and CardTransactionManager.getResponsesAsHexStrings() instead.

T

TransactionException - Exception in org.eclipse.keyple.card.generic
Deprecated.
Will be removed in a future version.
TransactionException(String) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
Deprecated.
Builds a new exception.
TransactionException(String, Throwable) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
Deprecated.
Builds a new exception with the originating exception.

V

valueOf(String) - Static method in enum class org.eclipse.keyple.card.generic.ChannelControl
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.keyple.card.generic.ChannelControl
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
A C G K O P T V 
All Classes and Interfaces|All Packages|Serialized Form