EncryptionAlgorithm union: AES-GCM-V1 (field 1) or AES-GCM-CTR-V1 (field 2).
More...
#include <types.hpp>
EncryptionAlgorithm union: AES-GCM-V1 (field 1) or AES-GCM-CTR-V1 (field 2).
Definition at line 1412 of file types.hpp.
◆ Kind
| Enumerator |
|---|
| NONE | |
| AES_GCM_V1 | |
| AES_GCM_CTR_V1 | |
Definition at line 1413 of file types.hpp.
◆ EncryptionAlgorithm()
| signet::forge::thrift::EncryptionAlgorithm::EncryptionAlgorithm |
( |
| ) |
|
|
default |
◆ deserialize()
◆ serialize()
| void signet::forge::thrift::EncryptionAlgorithm::serialize |
( |
CompactEncoder & |
enc | ) |
const |
|
inline |
◆ aes_gcm_ctr_v1
| std::optional<AesGcmCtrV1> signet::forge::thrift::EncryptionAlgorithm::aes_gcm_ctr_v1 |
Populated when kind == AES_GCM_CTR_V1.
Definition at line 1415 of file types.hpp.
◆ aes_gcm_v1
| std::optional<AesGcmV1> signet::forge::thrift::EncryptionAlgorithm::aes_gcm_v1 |
Populated when kind == AES_GCM_V1.
Definition at line 1414 of file types.hpp.
◆ kind
The documentation for this struct was generated from the following file: