userver: crypto::VerifierNone Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
crypto::VerifierNone Class Referencefinal

"none" algorithm verifier More...

#include <userver/crypto/verifiers.hpp>

+ Inheritance diagram for crypto::VerifierNone:
+ Collaboration diagram for crypto::VerifierNone:

Public Member Functions

void Verify (std::initializer_list< std::string_view > data, std::string_view raw_signature) const override
 Verifies a signature against the message.
 
- Public Member Functions inherited from crypto::Verifier
 Verifier (const std::string &name)
 
- Public Member Functions inherited from crypto::NamedAlgo
 NamedAlgo (std::string name)
 
const std::string & Name () const
 

Detailed Description

"none" algorithm verifier

Definition at line 34 of file verifiers.hpp.

Member Function Documentation

◆ Verify()

void crypto::VerifierNone::Verify ( std::initializer_list< std::string_view >  data,
std::string_view  raw_signature 
) const
overridevirtual

Verifies a signature against the message.

Implements crypto::Verifier.


The documentation for this class was generated from the following file: