A C G K O P T V 
All Classes All Packages

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 in org.eclipse.keyple.card.generic
Policy for managing the physical channel after a card request is executed.
CLOSE_AFTER - org.eclipse.keyple.card.generic.ChannelControl
Terminates communication with the card.
The physical channel closes instantly or a card removal sequence is initiated depending on the observation mode.
createCardResourceProfileExtension(CardSelector<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

K

KEEP_OPEN - org.eclipse.keyple.card.generic.ChannelControl
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
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of of byte arrays.
processApdusToHexStrings(ChannelControl) - Method in interface org.eclipse.keyple.card.generic.CardTransactionManager
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of hexadecimal strings.

T

TransactionException - Exception in org.eclipse.keyple.card.generic
Exception when an error or a communication failure with the card or the reader occurs.
TransactionException(String) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
Builds a new exception.
TransactionException(String, Throwable) - Constructor for exception org.eclipse.keyple.card.generic.TransactionException
Builds a new exception with the originating exception.

V

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