Key Settings
Key settings for a master key on a DESFire application.
Source code in src/desfire/schemas/key_settings.py
application_id
class-attribute
instance-attribute
¶
Key type (DES, 2K3DES, 3K3DES, AES)
key_type
class-attribute
instance-attribute
¶
Array of key settings that are set for this master key
settings
class-attribute
instance-attribute
¶
Maximum number of keys that has been configured for this application
get_settings ¶
Returns the settings as a single byte.
human_key_settings ¶
Returns a human readable string of the key settings.
parse_settings ¶
Takes the raw settings byte and parses it into a list of key settings.