OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::HTTPProxy::Digest Class Reference

#include <httpdigest.hpp>

Static Public Member Functions

static std::string calcHA1 (DigestFactory &digest_factory, const std::string &alg, const std::string &username, const std::string &realm, const std::string &password, const std::string &nonce, const std::string &cnonce)
 
static std::string calcResponse (DigestFactory &digest_factory, const std::string &hA1, const std::string &nonce, const std::string &nonce_count, const std::string &cnonce, const std::string &qop, const std::string &method, const std::string &digestUri, const std::string &hEntity)
 

Detailed Description

Definition at line 24 of file httpdigest.hpp.

Member Function Documentation

◆ calcHA1()

static std::string openvpn::HTTPProxy::Digest::calcHA1 ( DigestFactory digest_factory,
const std::string &  alg,
const std::string &  username,
const std::string &  realm,
const std::string &  password,
const std::string &  nonce,
const std::string &  cnonce 
)
inlinestatic

Definition at line 28 of file httpdigest.hpp.

Here is the caller graph for this function:

◆ calcResponse()

static std::string openvpn::HTTPProxy::Digest::calcResponse ( DigestFactory digest_factory,
const std::string &  hA1,
const std::string &  nonce,
const std::string &  nonce_count,
const std::string &  cnonce,
const std::string &  qop,
const std::string &  method,
const std::string &  digestUri,
const std::string &  hEntity 
)
inlinestatic

Definition at line 58 of file httpdigest.hpp.

Here is the caller graph for this function:

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