#include <httpcomms.h>
Definition at line 82 of file httpcomms.h.
Public Attributes | |
| QCString | nc |
| QCString | qop |
| QCString | realm |
| QCString | nonce |
| QCString | method |
| QCString | cnonce |
| QCString | username |
| QCString | password |
| QStrList | digestURI |
| QCString | algorithm |
| QCString | entityBody |
| QCString HttpComms::DigestAuthInfo::nc |
Definition at line 84 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::qop |
Definition at line 85 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::realm |
Definition at line 86 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::nonce |
Definition at line 87 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::method |
Definition at line 88 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::cnonce |
Definition at line 89 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::username |
Definition at line 90 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QCString HttpComms::DigestAuthInfo::password |
Definition at line 91 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QStrList HttpComms::DigestAuthInfo::digestURI |
| QCString HttpComms::DigestAuthInfo::algorithm |
Definition at line 93 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
1.5.5