Qt 4.8
Public Functions | Public Variables | List of all members
QNtlmPhase3Block Class Reference
Inheritance diagram for QNtlmPhase3Block:
QNtlmPhase3BlockBase

Public Functions

 QNtlmPhase3Block ()
 

Public Variables

QString domainStr
 
QByteArray lmResponseBuf
 
QByteArray ntlmResponseBuf
 
QString sessionKeyStr
 
QString userStr
 
QByteArray v2Hash
 
QString workstationStr
 
- Public Variables inherited from QNtlmPhase3BlockBase
QNtlmBuffer domain
 
quint32 flags
 
QNtlmBuffer lmResponse
 
char magic [8]
 
QNtlmBuffer ntlmResponse
 
QNtlmBuffer sessionKey
 
quint32 type
 
QNtlmBuffer user
 
QNtlmBuffer workstation
 

Additional Inherited Members

- Public Types inherited from QNtlmPhase3BlockBase
enum  { Size = 64 }
 

Detailed Description

Definition at line 980 of file qauthenticator.cpp.

Constructors and Destructors

◆ QNtlmPhase3Block()

QNtlmPhase3Block::QNtlmPhase3Block ( )
inline

Definition at line 982 of file qauthenticator.cpp.

982  {
983  qstrncpy(magic, "NTLMSSP", 8);
984  type = 3;
986  }
#define NTLMSSP_NEGOTIATE_TARGET_INFO
#define NTLMSSP_NEGOTIATE_UNICODE
#define NTLMSSP_NEGOTIATE_NTLM
Q_CORE_EXPORT char * qstrncpy(char *dst, const char *src, uint len)

Properties

◆ domainStr

QString QNtlmPhase3Block::domainStr

Definition at line 990 of file qauthenticator.cpp.

Referenced by operator<<(), qCreatev2Hash(), and qNtlmPhase3().

◆ lmResponseBuf

QByteArray QNtlmPhase3Block::lmResponseBuf

Definition at line 989 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ ntlmResponseBuf

QByteArray QNtlmPhase3Block::ntlmResponseBuf

Definition at line 989 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ sessionKeyStr

QString QNtlmPhase3Block::sessionKeyStr

Definition at line 990 of file qauthenticator.cpp.

◆ userStr

QString QNtlmPhase3Block::userStr

Definition at line 990 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ v2Hash

QByteArray QNtlmPhase3Block::v2Hash

Definition at line 991 of file qauthenticator.cpp.

Referenced by qCreatev2Hash(), qEncodeLmv2Response(), and qEncodeNtlmv2Response().

◆ workstationStr

QString QNtlmPhase3Block::workstationStr

Definition at line 990 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().


The documentation for this class was generated from the following file: