userver: crypto::VerifierNone Class Reference
Loading...
Searching...
No Matches
crypto::VerifierNone Class Referencefinal

#include <userver/crypto/verifiers.hpp>

Detailed Description

"none" algorithm verifier

Definition at line 33 of file verifiers.hpp.

+ Inheritance 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.
 
const std::string & Name () const
 

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: