#include <httpcomms.h>
Public Attributes | |
| QByteArray | nc |
| QByteArray | qop |
| QByteArray | realm |
| QByteArray | nonce |
| QByteArray | method |
| QByteArray | cnonce |
| QByteArray | username |
| QByteArray | password |
| QStringList | digestURI |
| QByteArray | algorithm |
| QByteArray | entityBody |
Definition at line 89 of file httpcomms.h.
| QByteArray HttpComms::DigestAuthInfo::nc |
Definition at line 91 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::qop |
Definition at line 92 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::realm |
Definition at line 93 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::nonce |
Definition at line 94 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::method |
Definition at line 95 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::cnonce |
Definition at line 96 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::username |
Definition at line 97 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::password |
Definition at line 98 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QStringList HttpComms::DigestAuthInfo::digestURI |
Definition at line 99 of file httpcomms.h.
Referenced by HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::algorithm |
Definition at line 100 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse(), and HttpComms::createDigestAuth().
| QByteArray HttpComms::DigestAuthInfo::entityBody |
Definition at line 101 of file httpcomms.h.
Referenced by HttpComms::calculateDigestResponse().
1.6.3