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) 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
12
#include "
keypop/calypso/crypto/legacysam/SystemKeyType.hpp
"
13
14
namespace
keypop
{
15
namespace
calypso {
16
namespace
crypto {
17
namespace
legacysam {
18
namespace
transaction {
19
26
template
<
typename
T>
27
class
ReadTransactionManager
final :
public
TransactionManager
<T> {
28
public
:
40
virtual
T&
prepareReadSystemKeyParameters
(
const
SystemKeyType
systemKeyType) = 0;
41
55
virtual
T&
prepareReadCounterStatus
(
const
int
counterNumber) = 0;
56
64
virtual
T&
prepareReadAllCountersStatus
() = 0;
65
};
66
67
}
/* namespace transaction */
68
}
/* namespace legacysam */
69
}
/* namespace crypto */
70
}
/* namespace calypso */
71
}
/* namespace keypop */
SystemKeyType.hpp
keypop::calypso::crypto::legacysam::transaction::ReadTransactionManager
Definition:
ReadTransactionManager.hpp:27
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:25
keypop::calypso::crypto::legacysam::SystemKeyType
SystemKeyType
Definition:
SystemKeyType.hpp:24
keypop
Definition:
CounterIncrementAccess.hpp:12
Generated by
1.9.2