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.selection |
Contains the classes to handle the card selection process.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIso7816CommandBuilder
Iso7816 APDU command builder.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractApduCommandBuilder |
AbstractApduResponseParser.builder
Parsers are usually created by their associated builder.
|
Modifier and Type | Method and Description |
---|---|
AbstractApduCommandBuilder |
AbstractApduResponseParser.getBuilder()
Gets
AbstractApduCommandBuilder , the associated builder reference |
Constructor and Description |
---|
AbstractApduResponseParser(ApduResponse response,
AbstractApduCommandBuilder builder)
(protected)
The generic abstract constructor to build a parser of the APDU response. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCardSelection<T extends AbstractApduCommandBuilder>
This class provide means to create a
CardSelectionRequest and analyse its result. |
Modifier and Type | Method and Description |
---|---|
int |
CardSelectionsService.prepareSelection(AbstractCardSelection<? extends AbstractApduCommandBuilder> cardSelectionRequest)
Prepare a selection: add the selection request from the provided selector to the selection
request set.
|