Botan 3.3.0
Crypto and TLS for C&
Botan::PK_Verifier Member List

This is the complete list of members for Botan::PK_Verifier, including all inherited members.

check_signature(const uint8_t sig[], size_t length)Botan::PK_Verifier
check_signature(std::span< const uint8_t > sig)Botan::PK_Verifierinline
hash_function() constBotan::PK_Verifier
operator=(const PK_Verifier &)=deleteBotan::PK_Verifier
operator=(PK_Verifier &&) noexceptBotan::PK_Verifier
PK_Verifier(const Public_Key &pub_key, std::string_view padding, Signature_Format format=Signature_Format::Standard, std::string_view provider="")Botan::PK_Verifier
PK_Verifier(const Public_Key &pub_key, const AlgorithmIdentifier &signature_algorithm, std::string_view provider="")Botan::PK_Verifier
PK_Verifier(const PK_Verifier &)=deleteBotan::PK_Verifier
PK_Verifier(PK_Verifier &&) noexceptBotan::PK_Verifier
set_input_format(Signature_Format format)Botan::PK_Verifier
update(uint8_t in)Botan::PK_Verifierinline
update(const uint8_t msg_part[], size_t length)Botan::PK_Verifier
update(std::span< const uint8_t > in)Botan::PK_Verifierinline
update(std::string_view in)Botan::PK_Verifier
verify_message(const uint8_t msg[], size_t msg_length, const uint8_t sig[], size_t sig_length)Botan::PK_Verifier
verify_message(std::span< const uint8_t > msg, std::span< const uint8_t > sig)Botan::PK_Verifierinline
~PK_Verifier()Botan::PK_Verifier