Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::PK_Ops::Verification_with_Hash, including all inherited members.
hash_function() const final | Botan::PK_Ops::Verification_with_Hash | inlinevirtual |
is_valid_signature(std::span< const uint8_t > sig) override | Botan::PK_Ops::Verification_with_Hash | virtual |
update(std::span< const uint8_t > input) override | Botan::PK_Ops::Verification_with_Hash | virtual |
Verification_with_Hash(std::string_view hash) | Botan::PK_Ops::Verification_with_Hash | explicitprotected |
Verification_with_Hash(const AlgorithmIdentifier &alg_id, std::string_view pk_algo, bool allow_null_parameters=false) | Botan::PK_Ops::Verification_with_Hash | explicitprotected |
verify(std::span< const uint8_t > input, std::span< const uint8_t > sig)=0 | Botan::PK_Ops::Verification_with_Hash | protectedpure virtual |
~Verification()=default | Botan::PK_Ops::Verification | virtual |
~Verification_with_Hash() override=default | Botan::PK_Ops::Verification_with_Hash |