Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
|
#include <LegacySamDynamicUnlockDataProviderSpi.hpp>
Public Member Functions | |
virtual const std::vector< uint8_t > & | getUnlockData (const std::vector< uint8_t > &samSerialNumber, const std::vector< uint8_t > &samChallenge) const =0 |
Service to be implemented in order to compute the dynamic unlock data expected by the SAM.
Definition at line 26 of file LegacySamDynamicUnlockDataProviderSpi.hpp.
|
pure virtual |
Returns the dynamic unlock data computed by an origin SAM.
Note: the serial number and the challenge are required in the preparation of the SAM Generate Unlock command.
samSerialNumber | The target SAM serial number. |
samChallenge | The challenge provided by the target SAM. |