Botan 3.6.1
Crypto and TLS for C&
|
#include <eme_pkcs.h>
Static Public Member Functions | |
static std::unique_ptr< EME > | create (std::string_view algo_spec) |
EME from PKCS #1 v1.5
Definition at line 18 of file eme_pkcs.h.
|
staticinherited |
Factory method for EME (message-encoding methods for encryption) objects
algo_spec | the name of the EME to create |
Definition at line 28 of file eme.cpp.
References Botan::SCAN_Name::algo_name(), Botan::SCAN_Name::arg(), Botan::SCAN_Name::arg_count(), Botan::HashFunction::create(), and Botan::parse_algorithm_name().