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 specific
CardSelectionExtension
providing means to add successful status word.- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionaddSuccessfulStatusWord
(int statusWord) Adds a status word to the list of those that should be considered successful for the Select Application APDU.
-
Method Details
-
addSuccessfulStatusWord
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
-