Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::EMSA, including all inherited members.
clone()=0 | Botan::EMSA | pure virtual |
config_for_x509(const Private_Key &key, const std::string &cert_hash_name) const | Botan::EMSA | virtual |
encoding_of(const secure_vector< uint8_t > &msg, size_t output_bits, RandomNumberGenerator &rng)=0 | Botan::EMSA | pure virtual |
name() const =0 | Botan::EMSA | pure virtual |
raw_data()=0 | Botan::EMSA | pure virtual |
update(const uint8_t input[], size_t length)=0 | Botan::EMSA | pure virtual |
verify(const secure_vector< uint8_t > &coded, const secure_vector< uint8_t > &raw, size_t key_bits)=0 | Botan::EMSA | pure virtual |
~EMSA()=default | Botan::EMSA | virtual |