#include <httpdigest.hpp>
|
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) |
|
Definition at line 24 of file httpdigest.hpp.
◆ 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 |
◆ 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 |
The documentation for this class was generated from the following file: