userver: crypto::SignerNone 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::SignerNone Class Referencefinal

"none" algorithm signer More...

#include <userver/crypto/signers.hpp>

+ Inheritance diagram for crypto::SignerNone:
+ Collaboration 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.
 
- Public Member Functions inherited from crypto::Signer
 Signer (const std::string &name)
 
- Public Member Functions inherited from crypto::NamedAlgo
 NamedAlgo (std::string name)
 
const std::string & Name () const
 

Detailed Description

"none" algorithm signer

Definition at line 35 of file signers.hpp.

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: