#include "encryption-interface.hpp"
Definition at line 5 of file encryption-interface.hpp.
◆ ~EncryptionInterface()
virtual mal_packet_weaver::crypto::EncryptionInterface::~EncryptionInterface |
( |
| ) |
|
|
virtualdefault |
◆ decrypt()
virtual ByteArray mal_packet_weaver::crypto::EncryptionInterface::decrypt |
( |
const ByteView | ciphertext | ) |
const |
|
pure virtual |
◆ decrypt_in_place()
virtual void mal_packet_weaver::crypto::EncryptionInterface::decrypt_in_place |
( |
ByteArray & | ciphertext | ) |
const |
|
pure virtual |
◆ encrypt()
virtual ByteArray mal_packet_weaver::crypto::EncryptionInterface::encrypt |
( |
const ByteView | plaintext | ) |
const |
|
pure virtual |
◆ encrypt_in_place()
virtual void mal_packet_weaver::crypto::EncryptionInterface::encrypt_in_place |
( |
ByteArray & | plaintext | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: