AWS SDK for C++AWS SDK for C++ Version 1.11.789 |
#include <CRTSymmetricCipher.h>
Definition at line 13 of file CRTSymmetricCipher.h.
Decrypt a buffer of data. Part of the contract for this interface is that intention that a user call this function multiple times for a large stream. As such, multiple calls to this function on the same instance should produce valid sequential output from an encrypted stream.
Implements Aws::Utils::Crypto::SymmetricCipher.
Encrypt a buffer of data. Part of the contract for this interface is that intention that a user call this function multiple times for a large stream. As such, multiple calls to this function on the same instance should produce valid sequential output for an encrypted stream.
Implements Aws::Utils::Crypto::SymmetricCipher.
Finalize Decryption, returns anything remaining in the last block
Implements Aws::Utils::Crypto::SymmetricCipher.
Finalize Encryption, returns anything remaining in the last block
Implements Aws::Utils::Crypto::SymmetricCipher.
Reimplemented from Aws::Utils::Crypto::SymmetricCipher.
Implements Aws::Utils::Crypto::SymmetricCipher.