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

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

create(std::string_view algo_spec)Botan::EMSAstatic
create_or_throw(std::string_view algo_spec)Botan::EMSAstatic
encoding_of(const std::vector< uint8_t > &msg, size_t output_bits, RandomNumberGenerator &rng)=0Botan::EMSApure virtual
hash_function() const =0Botan::EMSApure virtual
name() const =0Botan::EMSApure virtual
raw_data()=0Botan::EMSApure virtual
update(const uint8_t input[], size_t length)=0Botan::EMSApure virtual
verify(const std::vector< uint8_t > &coded, const std::vector< uint8_t > &raw, size_t key_bits)=0Botan::EMSApure virtual
~EMSA()=defaultBotan::EMSAvirtual