A library structure holding the string and length values of parameters to be sorted and standardized. This allows for a layer of abstraction during the canonicalization step of the V4 signing process. More...
#include <sigv4_internal.h>
Data Fields | |
char * | pData |
size_t | dataLen |
A library structure holding the string and length values of parameters to be sorted and standardized. This allows for a layer of abstraction during the canonicalization step of the V4 signing process.
char* SigV4String_t::pData |
SigV4 string data
size_t SigV4String_t::dataLen |
Length of pData