public class MifareDesfire.AppKeySettings extends Object
Modifier and Type | Field and Description |
---|---|
byte |
cryptoMethod
Cryptography method of whole application CRYPTO_DES_2K3DES (0x00)
CRYPTO_3K3DES (0x01) CRYPTO_AES (0x02)
|
boolean |
isoCompliantFileIDs
Allow ISO/IEC 7816-4 file IDs (2 byte long) within application
False:Not allowed True: Allowed
|
byte |
numOfKey
Number of keys stored in application for cryptography 0-14 keys can
be stored
|
public byte numOfKey
public boolean isoCompliantFileIDs
public byte cryptoMethod