Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
SecuritySetting.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#include <memory>
14
16#include "keypop/reader/CardReader.hpp"
17
18namespace keypop {
19namespace calypso {
20namespace crypto {
21namespace legacysam {
22namespace transaction {
23
25using keypop::reader::CardReader;
26
37public:
50 const std::shared_ptr<CardReader> samReader,
51 const std::shared_ptr<LegacySam> controlSam)
52 = 0;
53};
54
55} /* namespace transaction */
56} /* namespace legacysam */
57} /* namespace crypto */
58} /* namespace calypso */
59} /* namespace keypop */
virtual SecuritySetting & setControlSamResource(const std::shared_ptr< CardReader > samReader, const std::shared_ptr< LegacySam > controlSam)=0