See: Description
Interface | Description |
---|---|
ProxyReader |
Defines the methods of a
Reader for communicating with cards. |
Class | Description |
---|---|
AnswerToReset |
This POJO carries the data retrieved from the card after the power on sequence.
|
ApduRequest |
This POJO wraps a data set related to an ISO-7816 APDU.
|
ApduResponse |
This POJO wraps the card's response to an
ApduRequest . |
CardRequest |
This POJO wraps a list of APDUs to be sent to a card for which the logical channel has already
been opened.
|
CardResponse |
This POJO wraps the data from a card obtained in response to a
CardRequest . |
CardSelectionRequest |
This POJO, combining a
CardSelector and a CardRequest , is used to define a
selection case. |
CardSelectionResponse |
This POJO wraps the data from a card obtained in response to a
CardSelectionRequest . |
DefaultSelectionsRequest |
This POJO defines the default selection request to be processed when a card is inserted in an
observable reader.
|
DefaultSelectionsResponse |
This POJO wraps the default selections responses in return to the default selections made when a
card is inserted.
|
SelectionStatus |
This POJO is used to transport the data related to the outcome of the card selection process.
|
Enum | Description |
---|---|
ChannelControl |
Indicates the action to be taken on the physical channel at the end of the transmission of the
request.
|