Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addSuccessfulStatusWord(int) - Method in interface org.eclipse.keypop.genericcard.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.keypop.genericcard
-
Provides basic methods to prepare and process APDU exchange with a card.
- createCardTransaction(CardReader, SmartCard) - Method in interface org.eclipse.keypop.genericcard.GenericCardApiFactory
-
Creates an instance of
CardTransactionManager. - createGenericCardSelectionExtension() - Method in interface org.eclipse.keypop.genericcard.GenericCardApiFactory
-
Creates a new instance of
GenericCardSelectionExtension.
G
- GenericCardApiFactory - Interface in org.eclipse.keypop.genericcard
-
Generic Card API Factory.
- GenericCardApiProperties - Class in org.eclipse.keypop.genericcard
-
Generic Card API properties.
- GenericCardSelectionExtension - Interface in org.eclipse.keypop.genericcard
-
Extends the
CardSelectionExtensioninterface of the "Keypop Reader API" to provide means to add successful status word. - getResponsesAsByteArrays() - Method in interface org.eclipse.keypop.genericcard.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.keypop.genericcard.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.
O
- org.eclipse.keypop.genericcard - package org.eclipse.keypop.genericcard
-
Contains the factories, builders, and exceptions for the Generic Card API.
P
- prepareApdu(byte[]) - Method in interface org.eclipse.keypop.genericcard.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl)is invoked. - prepareApdu(byte, byte, byte, byte, byte[], Byte) - Method in interface org.eclipse.keypop.genericcard.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl)is invoked. - prepareApdu(String) - Method in interface org.eclipse.keypop.genericcard.CardTransactionManager
-
Prepares an APDU to be transmitted the next time
CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl)is invoked.
V
- VERSION - Static variable in class org.eclipse.keypop.genericcard.GenericCardApiProperties
-
API version: "1.0"
All Classes and Interfaces|All Packages|Constant Field Values