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