Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
ReadTransactionManager.hpp
Go to the documentation of this file.
1/**************************************************************************************************
2 * Copyright (c) 2024 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 https://opensource.org/licenses/MIT. *
6 * *
7 * SPDX-License-Identifier: MIT *
8 **************************************************************************************************/
9
10#pragma once
11
13
14namespace keypop {
15namespace calypso {
16namespace crypto {
17namespace legacysam {
18namespace transaction {
19
26template <typename T>
28public:
40 virtual T& prepareReadSystemKeyParameters(const SystemKeyType systemKeyType) = 0;
41
55 virtual T& prepareReadCounterStatus(const int counterNumber) = 0;
56
65};
66
67} /* namespace transaction */
68} /* namespace legacysam */
69} /* namespace crypto */
70} /* namespace calypso */
71} /* namespace keypop */
virtual T & prepareReadSystemKeyParameters(const SystemKeyType systemKeyType)=0