StormByte C++ Library: Crypto module 0.0.9999
StormByte-Crypto is a StormByte library module for handling cryptographic operations
Loading...
Searching...
No Matches
StormByte::Crypto::Crypter::AES Member List

This is the complete list of members for StormByte::Crypto::Crypter::AES, including all inherited members.

AES(const std::string &password)StormByte::Crypto::Crypter::AESinline
AES(const AES &other)=defaultStormByte::Crypto::Crypter::AES
AES(AES &&other) noexcept=defaultStormByte::Crypto::Crypter::AES
Clone() const noexcept overrideStormByte::Crypto::Crypter::AESinline
Decrypt(std::span< const std::byte > input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Decrypt(const Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Decrypt(Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Decrypt(Buffer::Consumer consumer, ReadMode mode=ReadMode::Move) const noexceptStormByte::Crypto::Crypter::Genericinline
Encrypt(std::span< const std::byte > input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Encrypt(const Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Encrypt(Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Crypter::Genericinline
Encrypt(Buffer::Consumer consumer, ReadMode mode=ReadMode::Move) const noexceptStormByte::Crypto::Crypter::Genericinline
Generic(const Generic &other)=defaultStormByte::Crypto::Crypter::Generic
Generic(Generic &&other) noexcept=defaultStormByte::Crypto::Crypter::Generic
Generic(enum Type type)StormByte::Crypto::Crypter::Genericinlineprotected
m_passwordStormByte::Crypto::Crypter::Symmetricprotected
m_typeStormByte::Crypto::Crypter::Genericprotected
Move() noexcept overrideStormByte::Crypto::Crypter::AESinline
operator=(const AES &other)=defaultStormByte::Crypto::Crypter::AES
operator=(AES &&other) noexcept=defaultStormByte::Crypto::Crypter::AES
StormByte::Crypto::Crypter::Symmetric::operator=(const Symmetric &other)=defaultStormByte::Crypto::Crypter::Symmetric
StormByte::Crypto::Crypter::Symmetric::operator=(Symmetric &&other) noexcept=defaultStormByte::Crypto::Crypter::Symmetric
StormByte::Crypto::Crypter::Generic::operator=(const Generic &other)=defaultStormByte::Crypto::Crypter::Generic
StormByte::Crypto::Crypter::Generic::operator=(Generic &&other) noexcept=defaultStormByte::Crypto::Crypter::Generic
Password() const noexceptStormByte::Crypto::Crypter::Symmetricinline
RandomPassword(size_t length=32) noexceptStormByte::Crypto::Crypter::Symmetricstatic
Symmetric(const Symmetric &other)=defaultStormByte::Crypto::Crypter::Symmetric
Symmetric(Symmetric &&other) noexcept=defaultStormByte::Crypto::Crypter::Symmetric
Symmetric(enum Type type, const std::string &password)StormByte::Crypto::Crypter::Symmetricinlineprotected
Type() const noexceptStormByte::Crypto::Crypter::Genericinline
~AES() noexcept=defaultStormByte::Crypto::Crypter::AESvirtual
~Generic() noexcept=defaultStormByte::Crypto::Crypter::Genericvirtual
~Symmetric() noexcept=defaultStormByte::Crypto::Crypter::Symmetricvirtual