Botan 3.9.0
Crypto and TLS for C&
|
#include <pssr.h>
Public Member Functions | |
std::string | hash_function () const override |
std::string | name () const override |
PSS_Raw (std::unique_ptr< HashFunction > hash) | |
PSS_Raw (std::unique_ptr< HashFunction > hash, size_t salt_size) |
Static Public Member Functions | |
static std::unique_ptr< SignaturePaddingScheme > | create (std::string_view algo_spec) |
static std::unique_ptr< SignaturePaddingScheme > | create_or_throw (std::string_view algo_spec) |
|
explicit |
Botan::PSS_Raw::PSS_Raw | ( | std::unique_ptr< HashFunction > | hash, |
size_t | salt_size ) |
|
staticinherited |
Factory method for SignaturePaddingScheme (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the SignaturePaddingScheme to create |
Definition at line 35 of file sig_padding.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 create_or_throw(), and ~SignaturePaddingScheme().
|
staticinherited |
Factory method for SignaturePaddingScheme (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the SignaturePaddingScheme to create |
Definition at line 135 of file sig_padding.cpp.
References create().
Referenced by ~SignaturePaddingScheme().
|
overridevirtual |
Return the hash function being used by this padding scheme
Implements Botan::SignaturePaddingScheme.
Definition at line 243 of file pssr.cpp.
|
overridevirtual |
Implements Botan::SignaturePaddingScheme.
Definition at line 247 of file pssr.cpp.
References Botan::fmt().