public static enum CardSelector.AidSelector.FileOccurrence extends java.lang.Enum<CardSelector.AidSelector.FileOccurrence>
The getIsoBitMask method provides the bit mask to be used to set P2 in the select command (ISO/IEC 7816-4.2)
Modifier and Type | Method and Description |
---|---|
byte |
getIsoBitMask() |
static CardSelector.AidSelector.FileOccurrence |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CardSelector.AidSelector.FileOccurrence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardSelector.AidSelector.FileOccurrence FIRST
public static final CardSelector.AidSelector.FileOccurrence LAST
public static final CardSelector.AidSelector.FileOccurrence NEXT
public static final CardSelector.AidSelector.FileOccurrence PREVIOUS
public static CardSelector.AidSelector.FileOccurrence[] values()
for (CardSelector.AidSelector.FileOccurrence c : CardSelector.AidSelector.FileOccurrence.values()) System.out.println(c);
public static CardSelector.AidSelector.FileOccurrence 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()