Qualifiers and types | Methods and instructions |
---|---|
static Mifare.KeyType |
Mifare.KeyType.valueOf(java.lang.String name)
Returns an enum constant of this type with the specified name.
|
static Mifare.KeyType[] |
Mifare.KeyType.values()
Returns an array containing the constants in the order in which the constants of the enumeration type are declared.
|
Qualifiers and types | Methods and instructions |
---|---|
abstract void |
Mifare.loadSecKey(Mifare.KeyType keyType,
int sectorNo,
byte[] key)
Verify M1 card sector password
|