#include "httpauthentication.h"
#include <krandom.h>
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
#include <kcodecs.h>
#include <kconfiggroup.h>
#include <kio/authinfo.h>
#include <misc/kntlm/kntlm.h>
#include <QtCore/QTextCodec>
Go to the source code of this file.
◆ calculateResponse()
static QByteArray calculateResponse |
( |
const DigestAuthInfo & | info, |
|
|
const KUrl & | resource ) |
|
static |
◆ containsScheme()
static bool containsScheme |
( |
const char | input[], |
|
|
int | start, |
|
|
int | end ) |
|
static |
◆ isWhiteSpace()
static bool isWhiteSpace |
( |
char | ch | ) |
|
|
static |
◆ isWhiteSpaceOrComma()
static bool isWhiteSpaceOrComma |
( |
char | ch | ) |
|
|
static |
◆ parseChallenge()
static QList< QByteArray > parseChallenge |
( |
QByteArray & | ba, |
|
|
QByteArray * | scheme, |
|
|
QByteArray * | nextAuth = 0 ) |
|
static |
◆ valueForKey()
static QByteArray valueForKey |
( |
const QList< QByteArray > & | ba, |
|
|
const QByteArray & | key ) |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.