Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
TraceableSignatureVerificationData.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 <memory>
13
17
18namespace keypop {
19namespace calypso {
20namespace crypto {
21namespace legacysam {
22namespace transaction {
23
25
37: public SignatureVerificationData<TraceableSignatureVerificationData> {
38public:
56 const int offset,
57 const SamTraceabilityMode samTraceabilityMode,
58 const std::shared_ptr<LegacySamRevocationServiceSpi> samRevocationService)
59 = 0;
60
85};
86
87} /* namespace transaction */
88} /* namespace legacysam */
89} /* namespace crypto */
90} /* namespace calypso */
91} /* namespace keypop */
virtual TraceableSignatureVerificationData & withSamTraceabilityMode(const int offset, const SamTraceabilityMode samTraceabilityMode, const std::shared_ptr< LegacySamRevocationServiceSpi > samRevocationService)=0