HMAC-SHA signer.
More...
#include <userver/crypto/signers.hpp>
|
| HmacShaSigner (std::string secret) |
| Constructor from a shared secret.
|
|
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 |
|
template<
DigestSize bits>
class crypto::HmacShaSigner< bits >
HMAC-SHA signer.
Definition at line 45 of file signers.hpp.
◆ Sign()
Signs a raw message, returning the signature.
Implements crypto::Signer.
The documentation for this class was generated from the following file: