Inheritance diagram for HttpUserData:

Public Member Functions | |
| HttpUserData () | |
| void | reset () |
| ~HttpUserData () | |
Public Attributes | |
| char | cnonce [48] |
| int | digest |
| int | digestChecked |
| u_long | nc |
| char | nonce [48] |
| char | opaque [48] |
| char | realm [48] |
| char | requiredPassword [32] |
|
|
Create the buffer. |
|
|
Destroy the buffer. |
|
|
Reset the structure. |
|
|
Cnonce string used by Digest authorization scheme. |
|
|
Nonzero if the user was authenticated trough the Digest scheme. |
|
|
Nonzero if the digest was already checked. |
|
|
Nonce count used by Digest authorization scheme. |
|
|
Nonce string used by Digest authorization scheme. |
|
|
Opaque string used by Digest authorization scheme. |
|
|
Realm string used by Digest authorization scheme. |
|
|
Password string used by Digest authorization scheme. |
1.3.9.1