|
Botan 3.10.0
Crypto and TLS for C&
|
#include <eme_pkcs.h>
Static Public Member Functions | |
| static std::unique_ptr< EncryptionPaddingScheme > | 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 encryption padding schemes
| algo_spec | the name of the EncryptionPaddingScheme to create |
Definition at line 27 of file enc_padding.cpp.
References Botan::SCAN_Name::algo_name(), Botan::SCAN_Name::arg(), Botan::SCAN_Name::arg_count(), Botan::HashFunction::create(), and Botan::parse_algorithm_name().
Referenced by ~EncryptionPaddingScheme().