Package org.eclipse.keypop.card
APIs provided by a reader module.
- Since:
- 1.0.0
-
Interface Summary Interface Description ApduResponseApi Data received in response to an APDU command.CardResponseApi Group of multiple APDU responses.CardSelectionResponseApi Data from the start-up phase with the card: selection data and any additional responses.ProxyReaderApi Reader able to transmit card requests and having control over the physical channel. -
Class Summary Class Description CardApiProperties API properties. -
Enum Summary Enum Description ChannelControl Policy for managing the physical channel after a card request is executed. -
Exception Summary Exception Description AbstractApduException Generic exception carrying response data received from the card until a communication failure occurs or an unexpected APDU status word is received.CardBrokenCommunicationException Exception carrying response data received from the card until a communication failure with the card occurs.ParseException Indicates that the parsing of the card selection response has failed.ReaderBrokenCommunicationException Exception carrying response data received from the card until a communication failure with the reader occurs.UnexpectedStatusWordException Exception carrying response data received from the card until an unexpected APDU status word is received.