Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
|
#include <AsyncTransactionCreatorManager.hpp>
Public Member Functions | |
virtual const std::string | exportCommands () const =0 |
![]() | |
virtual AsyncTransactionCreatorManager & | prepareWriteCounterCeiling (const int counterNumber, const int ceilingValue)=0 |
virtual AsyncTransactionCreatorManager & | prepareWriteCounterConfiguration (const int counterNumber, const int ceilingValue, const CounterIncrementAccess counterIncrementAccess)=0 |
Transaction manager dedicated to operations performed asynchronously. This manager prepares commands using a control SAM, and the result is available as a string to be imported and processed by a AsyncTransactionExecutorManager.
An instance of this interface can be obtained via the method keypop::calypso::crypto::legacysam::LegacySamApiFactory ::createAsyncTransactionCreatorManager(const std::string&, SecuritySetting).
Definition at line 36 of file AsyncTransactionCreatorManager.hpp.
|
pure virtual |
Returns a string containing the prepared commands to be executed by a target SAM.
These commands can later be imported and processed by a AsyncTransactionExecutorManager.