Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
|
#include <TransactionManager.hpp>
Public Member Functions | |
virtual T & | processCommands ()=0 |
Common API for all legacy SAM transaction managers.
<T> | The type of the lowest level child object. |
Definition at line 25 of file TransactionManager.hpp.
|
pure virtual |
Process all previously prepared commands.
ReaderIOException | If a communication error with the card reader or SAM reader occurs. |
SamIOException | If a communication error with the SAM occurs. |
InvalidSignatureException | If a signature associated to a prepared signature verification command is invalid. |
UnexpectedCommandStatusException | If a command returns an unexpected status. |
InconsistentDataException | If inconsistent data have been detected. |