Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
FreeTransactionManager.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 <string>
13
16
17namespace keypop {
18namespace calypso {
19namespace crypto {
20namespace legacysam {
21namespace transaction {
22
32class FreeTransactionManager : public ReadTransactionManager<FreeTransactionManager> {
33public:
46
62 = 0;
63
79 = 0;
80
111
130 virtual FreeTransactionManager& prepareVerifySignature(SignatureVerificationData<?> data) = 0
131
143 virtual const std::string exportTargetSamContextForAsyncTransaction() = 0;
144};
145
146} /* namespace transaction */
147} /* namespace legacysam */
148} /* namespace crypto */
149} /* namespace calypso */
150} /* namespace keypop */
virtual FreeTransactionManager & prepareComputeCardCertificate(LegacyCardCertificateComputationData data)=0
virtual FreeTransactionManager & prepareGetData(const GetDataTag tag)=0
virtual FreeTransactionManager & prepareComputeSignature(SignatureComputationData<?> data)=0
virtual FreeTransactionManager & prepareGenerateCardAsymmetricKeyPair(KeyPairContainer keyPairContainer)=0