Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
include
keypop
calypso
crypto
legacysam
transaction
ReadTransactionManager.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 "
keypop/calypso/crypto/legacysam/SystemKeyType.hpp
"
14
15
namespace
keypop
{
16
namespace
calypso {
17
namespace
crypto {
18
namespace
legacysam {
19
namespace
transaction {
20
27
template
<
typename
T>
28
class
ReadTransactionManager
final :
public
TransactionManager
<T> {
29
public
:
42
virtual
T&
prepareReadSystemKeyParameters
(
const
SystemKeyType
systemKeyType)
43
= 0;
44
60
virtual
T&
prepareReadCounterStatus
(
const
int
counterNumber) = 0;
61
69
virtual
T&
prepareReadAllCountersStatus
() = 0;
70
};
71
72
}
/* namespace transaction */
73
}
/* namespace legacysam */
74
}
/* namespace crypto */
75
}
/* namespace calypso */
76
}
/* namespace keypop */
SystemKeyType.hpp
keypop::calypso::crypto::legacysam::transaction::ReadTransactionManager
Definition:
ReadTransactionManager.hpp:28
keypop::calypso::crypto::legacysam::transaction::ReadTransactionManager::prepareReadAllCountersStatus
virtual T & prepareReadAllCountersStatus()=0
keypop::calypso::crypto::legacysam::transaction::ReadTransactionManager::prepareReadSystemKeyParameters
virtual T & prepareReadSystemKeyParameters(const SystemKeyType systemKeyType)=0
keypop::calypso::crypto::legacysam::transaction::ReadTransactionManager::prepareReadCounterStatus
virtual T & prepareReadCounterStatus(const int counterNumber)=0
keypop::calypso::crypto::legacysam::transaction::TransactionManager
Definition:
TransactionManager.hpp:26
keypop::calypso::crypto::legacysam::SystemKeyType
SystemKeyType
Definition:
SystemKeyType.hpp:25
keypop
Definition:
CounterIncrementAccess.hpp:13
Generated by
1.9.2