AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | Static Public Attributes | List of all members
Aws::Utils::Crypto::Hash Class Referenceabstract

#include <Hash.h>

+ Inheritance diagram for Aws::Utils::Crypto::Hash:

Public Member Functions

 Hash ()
 
virtual ~Hash ()
 
virtual HashResult Calculate (const Aws::String &str)=0
 
virtual HashResult Calculate (Aws::IStream &stream)=0
 

Static Public Attributes

static const uint32_t INTERNAL_HASH_STREAM_BUFFER_SIZE = 8192
 

Detailed Description

Interface for computing hash codes using various hash algorithms

Definition at line 32 of file Hash.h.

Constructor & Destructor Documentation

Aws::Utils::Crypto::Hash::Hash ( )
inline

Definition at line 36 of file Hash.h.

virtual Aws::Utils::Crypto::Hash::~Hash ( )
inlinevirtual

Definition at line 37 of file Hash.h.

Member Function Documentation

virtual HashResult Aws::Utils::Crypto::Hash::Calculate ( const Aws::String str)
pure virtual
virtual HashResult Aws::Utils::Crypto::Hash::Calculate ( Aws::IStream stream)
pure virtual

Member Data Documentation

const uint32_t Aws::Utils::Crypto::Hash::INTERNAL_HASH_STREAM_BUFFER_SIZE = 8192
static

Definition at line 50 of file Hash.h.


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