Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
|
#include <LegacySamStaticUnlockDataProviderSpi.hpp>
Public Member Functions | |
virtual const std::vector< uint8_t > & | getUnlockData (const std::vector< uint8_t > &samSerialNumber) const =0 |
Service to be implemented in order to compute the static unlock data expected by the SAM.
Definition at line 26 of file LegacySamStaticUnlockDataProviderSpi.hpp.
|
pure virtual |
Returns the static unlock data expected by the target SAM.
Note: the serial number can be used as diversifier in the computation of the unlock data.
samSerialNumber | The target SAM serial number. |