Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
include
keypop
calypso
crypto
legacysam
transaction
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
15
#include "
keypop/calypso/crypto/legacysam/sam/LegacySam.hpp
"
16
#include "keypop/reader/CardReader.hpp"
17
18
namespace
keypop
{
19
namespace
calypso {
20
namespace
crypto {
21
namespace
legacysam {
22
namespace
transaction {
23
24
using
keypop::calypso::crypto::legacysam::sam::LegacySam
;
25
using
keypop::reader::CardReader;
26
36
class
SecuritySetting
{
37
public
:
49
virtual
SecuritySetting
&
setControlSamResource
(
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 */
LegacySam.hpp
keypop::calypso::crypto::legacysam::sam::LegacySam
Definition:
LegacySam.hpp:44
keypop::calypso::crypto::legacysam::transaction::SecuritySetting
Definition:
SecuritySetting.hpp:36
keypop::calypso::crypto::legacysam::transaction::SecuritySetting::setControlSamResource
virtual SecuritySetting & setControlSamResource(const std::shared_ptr< CardReader > samReader, const std::shared_ptr< LegacySam > controlSam)=0
keypop
Definition:
CounterIncrementAccess.hpp:13
Generated by
1.9.2