Package | Description |
---|---|
org.eclipse.keyple.core.card.command |
Contains the basic APIs needed to build and parse the cards' APDUs.
|
org.eclipse.keyple.core.card.message |
Contains the POJOs carrying the data to or from the cards.
|
Modifier and Type | Field and Description |
---|---|
protected ApduResponse |
AbstractApduResponseParser.response
the
ApduResponse containing response. |
Modifier and Type | Method and Description |
---|---|
ApduResponse |
AbstractApduResponseParser.getApduResponse()
Gets
ApduResponse |
Constructor and Description |
---|
AbstractApduResponseParser(ApduResponse response,
AbstractApduCommandBuilder builder)
(protected)
The generic abstract constructor to build a parser of the APDU response. |
Modifier and Type | Method and Description |
---|---|
ApduResponse |
SelectionStatus.getFci()
Gets the
ApduResponse from the card to the Selection Application command. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ApduResponse> |
CardResponse.getApduResponses()
Gets the apdu responses.
|
Constructor and Description |
---|
SelectionStatus(AnswerToReset atr,
ApduResponse fci,
boolean isMatching)
Create a Selection Status with the 3 required elements.
|
Constructor and Description |
---|
CardResponse(boolean logicalChannelStatus,
java.util.List<ApduResponse> apduResponses)
Constructor.
|