KIOSlave
httpauthentication.cpp File Reference
#include "httpauthentication.h"
Include dependency graph for httpauthentication.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
static QByteArray | calculateResponse (const DigestAuthInfo &info, const KUrl &resource) |
static QList< QByteArray > | parseChallenge (const QByteArray &ba, QByteArray *scheme) |
static QByteArray | valueForKey (const QList< QByteArray > &ba, const QByteArray &key) |
Function Documentation
static QByteArray calculateResponse | ( | const DigestAuthInfo & | info, | |
const KUrl & | resource | |||
) | [static] |
Definition at line 266 of file httpauthentication.cpp.
static QList<QByteArray> parseChallenge | ( | const QByteArray & | ba, | |
QByteArray * | scheme | |||
) | [static] |
Definition at line 26 of file httpauthentication.cpp.
static QByteArray valueForKey | ( | const QList< QByteArray > & | ba, | |
const QByteArray & | key | |||
) | [static] |
Definition at line 96 of file httpauthentication.cpp.