Base verifier class.
More...
#include <userver/crypto/verifiers.hpp>
|
| Verifier (const std::string &name) |
|
virtual void | Verify (std::initializer_list< std::string_view > data, std::string_view raw_signature) const =0 |
| Verifies a signature against the message.
|
|
| NamedAlgo (std::string name) |
|
const std::string & | Name () const |
|
Base verifier class.
Definition at line 23 of file verifiers.hpp.
◆ Verify()
virtual void crypto::Verifier::Verify |
( |
std::initializer_list< std::string_view > |
data, |
|
|
std::string_view |
raw_signature |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: