LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
desfire_json_dump_card_service.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <logicalaccess/plugins/cards/desfire/lla_cards_desfire_api.hpp>
5
6namespace logicalaccess
7{
8
9class LLA_CARDS_DESFIRE_API DESFireJsonDumpCardService : public JsonDumpCardService
10{
11 public:
13 explicit DESFireJsonDumpCardService(const std::shared_ptr<Chip> &chip);
14
15 private:
16 std::shared_ptr<Key> create_key(const nlohmann::json &key_description) override;
17
18 void configure_format_infos(const nlohmann::json &json) override;
19};
20}
Definition: desfire_json_dump_card_service.hpp:10
Definition: json_dump_card_service.hpp:23
Definition: asn1.hpp:9