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::Signer, including all inherited members.
operator=(const Signer &signer)=default | StormByte::Crypto::Signer | |
operator=(Signer &&signer) noexcept=default | StormByte::Crypto::Signer | |
Sign(const std::string &input) const noexcept | StormByte::Crypto::Signer | |
Sign(const Buffer::Simple &buffer) const noexcept | StormByte::Crypto::Signer | |
Sign(const Buffer::Consumer consumer) const noexcept | StormByte::Crypto::Signer | |
Signer(const Algorithm::Sign &algorithm, const KeyPair &keypair) noexcept | StormByte::Crypto::Signer | explicit |
Signer(const Algorithm::Sign &algorithm, KeyPair &&keypair) noexcept | StormByte::Crypto::Signer | explicit |
Signer(const Signer &signer)=default | StormByte::Crypto::Signer | |
Signer(Signer &&signer) noexcept=default | StormByte::Crypto::Signer | |
Verify(const std::string &message, const std::string &signature) const noexcept | StormByte::Crypto::Signer | |
Verify(const Buffer::Simple &buffer, const std::string &signature) const noexcept | StormByte::Crypto::Signer | |
Verify(const Buffer::Consumer consumer, const std::string &signature) const noexcept | StormByte::Crypto::Signer | |
~Signer() noexcept=default | StormByte::Crypto::Signer |