#include <OnixS/FIXEngine/Cryptography/Cryptograph.h>
Definition at line 30 of file Cryptograph.h.
static void calculateHmacSha256 |
( |
const ByteArray & |
key, |
|
|
const std::string & |
data, |
|
|
ByteArray & |
result |
|
) |
| |
|
static |
Produces the signature using HMAC-SHA256.
- Parameters
-
key | Secret key bytes to produce the signature. |
data | The user data to produce the signature. |
result | The resulting HMAC-SHA256 signature. |
- Exceptions
-
An | exception in case of any issues during the calculation of the signature. |
The documentation for this class was generated from the following file: