AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
Aws::Auth::AWSAuthHelper Class Reference

#include <AWSAuthSignerHelper.h>

Static Public Member Functions

 
 

Static Public Attributes

static const char * EQ
 
static const char * AWS_HMAC_SHA256
 
static const char * AWS4_REQUEST
 
static const char * SIGNED_HEADERS
 
static const char * CREDENTIAL
 
static const char * NEWLINE
 
static const char * X_AMZN_TRACE_ID
 
static const char * X_AMZ_CONTENT_SHA256
 
static const char * SIGNING_KEY
 
static const char * SIMPLE_DATE_FORMAT_STR
 

Detailed Description

Definition at line 20 of file AWSAuthSignerHelper.h.

Member Function Documentation

◆ CanonicalizeHeaders()

static Aws::Http::HeaderValueCollection Aws::Auth::AWSAuthHelper::CanonicalizeHeaders ( Http::HeaderValueCollection &&  headers)
static

◆ CanonicalizeRequestSigningString()

static Aws::String Aws::Auth::AWSAuthHelper::CanonicalizeRequestSigningString ( Aws::Http::HttpRequest request,
bool  urlEscapePath 
)
static

Helper functions used across different signers

Member Data Documentation

◆ AWS4_REQUEST

const char* Aws::Auth::AWSAuthHelper::AWS4_REQUEST
static

Definition at line 34 of file AWSAuthSignerHelper.h.

◆ AWS_HMAC_SHA256

const char* Aws::Auth::AWSAuthHelper::AWS_HMAC_SHA256
static

Definition at line 33 of file AWSAuthSignerHelper.h.

◆ CREDENTIAL

const char* Aws::Auth::AWSAuthHelper::CREDENTIAL
static

Definition at line 36 of file AWSAuthSignerHelper.h.

◆ EQ

const char* Aws::Auth::AWSAuthHelper::EQ
static

Static const variables used across different signers

Definition at line 32 of file AWSAuthSignerHelper.h.

◆ NEWLINE

const char* Aws::Auth::AWSAuthHelper::NEWLINE
static

Definition at line 37 of file AWSAuthSignerHelper.h.

◆ SIGNED_HEADERS

const char* Aws::Auth::AWSAuthHelper::SIGNED_HEADERS
static

Definition at line 35 of file AWSAuthSignerHelper.h.

◆ SIGNING_KEY

const char* Aws::Auth::AWSAuthHelper::SIGNING_KEY
static

Definition at line 40 of file AWSAuthSignerHelper.h.

◆ SIMPLE_DATE_FORMAT_STR

const char* Aws::Auth::AWSAuthHelper::SIMPLE_DATE_FORMAT_STR
static

Definition at line 41 of file AWSAuthSignerHelper.h.

◆ X_AMZ_CONTENT_SHA256

const char* Aws::Auth::AWSAuthHelper::X_AMZ_CONTENT_SHA256
static

Definition at line 39 of file AWSAuthSignerHelper.h.

◆ X_AMZN_TRACE_ID

const char* Aws::Auth::AWSAuthHelper::X_AMZN_TRACE_ID
static

Definition at line 38 of file AWSAuthSignerHelper.h.


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