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) 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 <string>
14
17
18namespace keypop {
19namespace calypso {
20namespace crypto {
21namespace legacysam {
22namespace transaction {
23
34: public ReadTransactionManager<FreeTransactionManager> {
35public:
48
64 = 0;
65
82 = 0;
83
121
144 prepareVerifySignature(SignatureVerificationData<?> data) = 0
145
158 virtual const std::string
159 exportTargetSamContextForAsyncTransaction() = 0;
160};
161
162} /* namespace transaction */
163} /* namespace legacysam */
164} /* namespace crypto */
165} /* namespace calypso */
166} /* 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