Package org.eclipse.keyple.card.generic
Interface GenericCardSelectionExtension
-
- All Superinterfaces:
org.eclipse.keypop.reader.selection.spi.CardSelectionExtension
public interface GenericCardSelectionExtension extends org.eclipse.keypop.reader.selection.spi.CardSelectionExtension
Card specificCardSelectionExtension
providing means to add successful status word.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericCardSelectionExtension
addSuccessfulStatusWord(int statusWord)
Adds a status word to the list of those that should be considered successful for the Select Application APDU.
-
-
-
Method Detail
-
addSuccessfulStatusWord
GenericCardSelectionExtension addSuccessfulStatusWord(int statusWord)
Adds a status word to the list of those that should be considered successful for the Select Application APDU.Note: initially, the list contains the standard successful status word
9000h
.- Parameters:
statusWord
- A positive int ≤FFFFh
.- Returns:
- The current instance.
- Since:
- 2.0.0
-
-