public static enum CardSelector.AidSelector.FileControlInformation extends java.lang.Enum<CardSelector.AidSelector.FileControlInformation>
The getIsoBitMask method provides the bit mask to be used to set P2 in the select command (ISO/IEC 7816-4.2)
Enum Constant and Description |
---|
FCI |
FCP |
FMD |
NO_RESPONSE |
Modifier and Type | Method and Description |
---|---|
byte |
getIsoBitMask() |
static CardSelector.AidSelector.FileControlInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CardSelector.AidSelector.FileControlInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardSelector.AidSelector.FileControlInformation FCI
public static final CardSelector.AidSelector.FileControlInformation FCP
public static final CardSelector.AidSelector.FileControlInformation FMD
public static final CardSelector.AidSelector.FileControlInformation NO_RESPONSE
public static CardSelector.AidSelector.FileControlInformation[] values()
for (CardSelector.AidSelector.FileControlInformation c : CardSelector.AidSelector.FileControlInformation.values()) System.out.println(c);
public static CardSelector.AidSelector.FileControlInformation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte getIsoBitMask()