HMAC-SHA verifier.
More...
#include <userver/crypto/verifiers.hpp>
|
| HmacShaVerifier (std::string secret) |
| Constructor from a shared secret.
|
|
void | Verify (std::initializer_list< std::string_view > data, std::string_view raw_signature) const override |
| Verifies a signature against the message.
|
|
| Verifier (const std::string &name) |
|
| NamedAlgo (std::string name) |
|
const std::string & | Name () const |
|
template<
DigestSize bits>
class crypto::HmacShaVerifier< bits >
HMAC-SHA verifier.
Definition at line 45 of file verifiers.hpp.
◆ Verify()
void crypto::HmacShaVerifier< bits >::Verify |
( |
std::initializer_list< std::string_view > |
data, |
|
|
std::string_view |
raw_signature |
|
) |
| const |
|
overridevirtual |
The documentation for this class was generated from the following file: