Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
DirectoryHeader.hpp
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2025 Calypso Networks Association https://calypsonet.org/ *
3 * *
4 * This program and the accompanying materials are made available under the *
5 * terms of the MIT License which is available at *
6 * https://opensource.org/licenses/MIT. *
7 * *
8 * SPDX-License-Identifier: MIT *
9 ******************************************************************************/
10
11#pragma once
12
13#pragma once
14
15#include <cstdint>
16#include <vector>
17
19
20namespace keypop {
21namespace calypso {
22namespace card {
23namespace card {
24
31public:
38 virtual uint16_t getLid() const = 0;
39
46 virtual uint8_t getDfStatus() const = 0;
47
54 virtual const std::vector<uint8_t>& getAccessConditions() const = 0;
55
62 virtual const std::vector<uint8_t>& getKeyIndexes() const = 0;
63
72 virtual uint8_t getKif(const WriteAccessLevel writeAccessLevel) const = 0;
73
82 virtual uint8_t getKvc(const WriteAccessLevel writeAccessLevel) const = 0;
83};
84
85} /* namespace card */
86} /* namespace card */
87} /* namespace calypso */
88} /* namespace keypop */
virtual const std::vector< uint8_t > & getKeyIndexes() const =0
virtual const std::vector< uint8_t > & getAccessConditions() const =0
virtual uint8_t getKif(const WriteAccessLevel writeAccessLevel) const =0
virtual uint8_t getKvc(const WriteAccessLevel writeAccessLevel) const =0
virtual uint8_t getDfStatus() const =0