Botan 3.6.1
Crypto and TLS for C&
|
#include <pssr.h>
Public Member Functions | |
std::string | hash_function () const override |
std::string | name () const override |
PSSR (std::unique_ptr< HashFunction > hash) | |
PSSR (std::unique_ptr< HashFunction > hash, size_t salt_size) | |
Static Public Member Functions | |
static std::unique_ptr< EMSA > | create (std::string_view algo_spec) |
static std::unique_ptr< EMSA > | create_or_throw (std::string_view algo_spec) |
PSSR (called EMSA4 in IEEE 1363 and in old versions of the library)
|
explicit |
Botan::PSSR::PSSR | ( | std::unique_ptr< HashFunction > | hash, |
size_t | salt_size ) |
|
staticinherited |
Factory method for EMSA (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the EMSA to create |
Definition at line 35 of file emsa.cpp.
References Botan::SCAN_Name::algo_name(), Botan::SCAN_Name::arg(), Botan::SCAN_Name::arg_as_integer(), Botan::SCAN_Name::arg_count(), Botan::SCAN_Name::arg_count_between(), and Botan::HashFunction::create().
Referenced by Botan::EMSA::create_or_throw().
|
staticinherited |
Factory method for EMSA (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the EMSA to create |
Definition at line 131 of file emsa.cpp.
References Botan::EMSA::create().
|
inlineoverridevirtual |
Return the hash function being used by this padding scheme
Implements Botan::EMSA.
Definition at line 34 of file pssr.h.
|
overridevirtual |
Implements Botan::EMSA.
Definition at line 188 of file pssr.cpp.