"none" algorithm signer
More...
#include <userver/crypto/signers.hpp>
|
std::string | Sign (std::initializer_list< std::string_view > data) const override |
| Signs a raw message, returning the signature.
|
|
| Signer (const std::string &name) |
|
| NamedAlgo (std::string name) |
|
const std::string & | Name () const |
|
"none" algorithm signer
Definition at line 35 of file signers.hpp.
◆ Sign()
std::string crypto::SignerNone::Sign |
( |
std::initializer_list< std::string_view > |
data | ) |
const |
|
overridevirtual |
Signs a raw message, returning the signature.
Implements crypto::Signer.
The documentation for this class was generated from the following file: