Enum desfire::file_security

Enum Documentation

enum class desfire::file_security : std::uint8_t

Security level to apply to a file. This affects how the file data is transmitted over the channel, and is a subset mapping of desfire::comm_mode.

See also

tag::create_file

Values:

enumerator none

No security, corresponds to comm_mode::plain.

enumerator authenticated

MAC is appended to the data, corresponds to comm_mode::maced.

enumerator encrypted

Full encryption, corresponds to comm_mode::ciphered.