Botan 3.6.1
Crypto and TLS for C&
|
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_Verifier | inline |
hash_function() const | Botan::PK_Verifier | |
operator=(const PK_Verifier &)=delete | Botan::PK_Verifier | |
operator=(PK_Verifier &&) noexcept | Botan::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 &)=delete | Botan::PK_Verifier | |
PK_Verifier(PK_Verifier &&) noexcept | Botan::PK_Verifier | |
set_input_format(Signature_Format format) | Botan::PK_Verifier | |
update(uint8_t in) | Botan::PK_Verifier | inline |
update(const uint8_t msg_part[], size_t length) | Botan::PK_Verifier | |
update(std::span< const uint8_t > in) | Botan::PK_Verifier | inline |
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_Verifier | inline |
~PK_Verifier() | Botan::PK_Verifier |