SigV4  v1.0.0
SigV4 Library for AWS Authentication
SigV4ConstString_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ pData

const char* SigV4ConstString_t::pData

SigV4 string data

◆ dataLen

size_t SigV4ConstString_t::dataLen

Length of pData


The documentation for this struct was generated from the following file: