AWS SDK for C++

AWS SDK for C++ Version 1.11.808

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Utils::Crypto::CryptoBuf Class Reference

#include <CryptoBuf.h>

Inheritance diagram for Aws::Utils::Crypto::CryptoBuf:
[legend]

Public Member Functions

 CryptoBuf ()=default
 
virtual ~CryptoBuf ()=default
 
 CryptoBuf (const CryptoBuf &)=delete
 
 CryptoBuf (CryptoBuf &&rhs)=delete
 
virtual void Finalize ()
 

Detailed Description

Generic base class for a streambuf that handles cryptography.

Definition at line 33 of file CryptoBuf.h.

Constructor & Destructor Documentation

◆ CryptoBuf() [1/3]

Aws::Utils::Crypto::CryptoBuf::CryptoBuf ( )
default

◆ ~CryptoBuf()

virtual Aws::Utils::Crypto::CryptoBuf::~CryptoBuf ( )
virtualdefault

◆ CryptoBuf() [2/3]

Aws::Utils::Crypto::CryptoBuf::CryptoBuf ( const CryptoBuf )
delete

◆ CryptoBuf() [3/3]

Aws::Utils::Crypto::CryptoBuf::CryptoBuf ( CryptoBuf &&  rhs)
delete

Member Function Documentation

◆ Finalize()

virtual void Aws::Utils::Crypto::CryptoBuf::Finalize ( )
inlinevirtual

If the buffer needs to do a final push to the sink or needs to empty the cipher blocks etc...

Reimplemented in Aws::Utils::Crypto::SymmetricCryptoBufSrc, and Aws::Utils::Crypto::SymmetricCryptoBufSink.

Definition at line 43 of file CryptoBuf.h.


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