This document is the specification of the generic card extension aiming to use the Java Keyple service and Keyple plugins without targeting a specific card technology.
Overview
Use GenericExtensionService.getInstance() to retrieve the service instance
and all the entry points provided by the extension:
-
Creation of a selection case targeting a specific card to be provided to the Keyple Selection
Service.
GenericExtensionService.createCardSelection()
A selection case targets a specific card defined by various filtering options. -
Card transaction manager to perform APDU exchanges with a card.
GenericExtensionService.createCardTransaction(CardReader reader, SmartCard card)
| Package | Description |
|---|---|
| org.eclipse.keyple.card.generic |
Contains the factories and builders to create the public elements of the extension.
|