Uses of Interface
org.eclipse.keyple.card.generic.GenericCardSelectionExtension
-
-
Uses of GenericCardSelectionExtension in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic that return GenericCardSelectionExtension Modifier and Type Method Description GenericCardSelectionExtension
GenericCardSelectionExtension. addSuccessfulStatusWord(int statusWord)
Adds a status word to the list of those that should be considered successful for the Select Application APDU.GenericCardSelectionExtension
GenericExtensionService. createGenericCardSelectionExtension()
Creates an instance ofCardSelectionExtension
.Methods in org.eclipse.keyple.card.generic with parameters of type GenericCardSelectionExtension Modifier and Type Method Description org.eclipse.keyple.core.service.resource.spi.CardResourceProfileExtension
GenericExtensionService. createCardResourceProfileExtension(org.eclipse.keypop.reader.selection.CardSelector<org.eclipse.keypop.reader.selection.IsoCardSelector> cardSelector, GenericCardSelectionExtension genericCardSelectionExtension)
Creates an instance ofCardResourceProfileExtension
to be provided to theCardResourceService
.
-