StormByte C++ Library: Crypto module 1.0.0
StormByte-Crypto is a StormByte library module for handling cryptographic operations
|
This is the complete list of members for StormByte::Crypto::Crypter, including all inherited members.
Crypter() noexcept=default | StormByte::Crypto::Crypter | |
Crypter(const Crypter &crypter)=default | StormByte::Crypto::Crypter | |
Crypter(Crypter &&crypter) noexcept=default | StormByte::Crypto::Crypter | |
Decrypt(const std::string &input) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
Decrypt(const Buffer::Simple &buffer) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
Decrypt(const Buffer::Consumer consumer) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
Encrypt(const std::string &input) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
Encrypt(const Buffer::Simple &buffer) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
Encrypt(const Buffer::Consumer consumer) const noexcept=0 | StormByte::Crypto::Crypter | pure virtual |
operator=(const Crypter &crypter)=default | StormByte::Crypto::Crypter | |
operator=(Crypter &&crypter) noexcept=default | StormByte::Crypto::Crypter | |
~Crypter() noexcept=default | StormByte::Crypto::Crypter | virtual |