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

#include <userver/crypto/signers.hpp>

Detailed Description

"none" algorithm signer

Definition at line 34 of file signers.hpp.

+ Inheritance diagram for crypto::SignerNone:

Public Member Functions

std::string Sign (std::initializer_list< std::string_view > data) const override
 Signs a raw message, returning the signature.
 
const std::string & Name () const
 

Member Function Documentation

◆ Sign()

std::string crypto::SignerNone::Sign ( std::initializer_list< std::string_view > data) const
overridevirtual

Signs a raw message, returning the signature.

Implements crypto::Signer.


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