MifareClassicKeyGroup Class Reference
MifareClassic key group. More...
Public Member Functions | |
| List< MifareClassicKey > | getKeys () |
| int | getPriority () |
| MifareClassicKeyGroup (List< MifareClassicKey > keys, int priority) | |
Detailed Description
MifareClassic key group
Constructor & Destructor Documentation
| MifareClassicKeyGroup | ( | List< MifareClassicKey > | keys, |
| int | priority | ||
| ) |
Constructor
- Parameters
-
keys list of keys priority priority of the group. Less values means more priority. SmartCard device will try authenticate with the Mifare Classic cards with this groups in incremental order. The goal of this functionality is to provide a mechanism to minimize authentication with more frecuently used cards.
Member Function Documentation
| List<MifareClassicKey> getKeys | ( | ) |
get key list
- Returns
- key list
| int getPriority | ( | ) |
get priority
- Returns
- priority of the group
