AES-128 CBC encryption.
More...
#include <bbapi_crypto.hpp>
|
| std::vector< uint8_t > | plaintext |
| |
| std::array< uint8_t, 16 > | iv |
| |
| std::array< uint8_t, 16 > | key |
| |
| uint32_t | length |
| |
AES-128 CBC encryption.
Definition at line 187 of file bbapi_crypto.hpp.
◆ execute()
◆ MSGPACK_FIELDS()
◆ operator==()
| bool bb::bbapi::AesEncrypt::operator== |
( |
const AesEncrypt & |
| ) |
const |
|
default |
◆ iv
| std::array<uint8_t, 16> bb::bbapi::AesEncrypt::iv |
◆ key
| std::array<uint8_t, 16> bb::bbapi::AesEncrypt::key |
◆ length
| uint32_t bb::bbapi::AesEncrypt::length |
◆ MSGPACK_SCHEMA_NAME
| constexpr const char bb::bbapi::AesEncrypt::MSGPACK_SCHEMA_NAME[] = "AesEncrypt" |
|
staticconstexpr |
◆ plaintext
| std::vector<uint8_t> bb::bbapi::AesEncrypt::plaintext |
The documentation for this struct was generated from the following files: