Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QNtlmPhase3Block Class Reference
+ Inheritance diagram for QNtlmPhase3Block:
+ Collaboration diagram for QNtlmPhase3Block:

Public Member Functions

 QNtlmPhase3Block ()
 

Public Attributes

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

Additional Inherited Members

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

Detailed Description

Definition at line 1136 of file qauthenticator.cpp.

Constructor & Destructor Documentation

◆ QNtlmPhase3Block()

QNtlmPhase3Block::QNtlmPhase3Block ( )
inline

Definition at line 1138 of file qauthenticator.cpp.

References QNtlmPhase3BlockBase::magic, NTLMSSP_NEGOTIATE_NTLM, NTLMSSP_NEGOTIATE_TARGET_INFO, NTLMSSP_NEGOTIATE_UNICODE, and qstrncpy().

+ Here is the call graph for this function:

Member Data Documentation

◆ domainStr

QString QNtlmPhase3Block::domainStr

Definition at line 1146 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ lmResponseBuf

QByteArray QNtlmPhase3Block::lmResponseBuf

Definition at line 1145 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ ntlmResponseBuf

QByteArray QNtlmPhase3Block::ntlmResponseBuf

Definition at line 1145 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ sessionKeyStr

QString QNtlmPhase3Block::sessionKeyStr

Definition at line 1146 of file qauthenticator.cpp.

◆ userStr

QString QNtlmPhase3Block::userStr

Definition at line 1146 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ v2Hash

QByteArray QNtlmPhase3Block::v2Hash

Definition at line 1147 of file qauthenticator.cpp.

◆ workstationStr

QString QNtlmPhase3Block::workstationStr

Definition at line 1146 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().


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