"none" algorithm verifier
More...
#include <userver/crypto/verifiers.hpp>
|
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 |
|
"none" algorithm verifier
Definition at line 34 of file verifiers.hpp.
◆ Verify()
void crypto::VerifierNone::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: