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 | |
const 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.
const char* SigV4ConstString_t::pData |
SigV4 string data
size_t SigV4ConstString_t::dataLen |
Length of pData