Enum desfire::file_security
Defined in File bits.hpp
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
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.
-
enumerator none