Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QNtlmPhase3Block Class Reference
Collaboration diagram for QNtlmPhase3Block:

Public Types

enum  { Size = 64 , Size = 64 }
enum  { Size = 64 , Size = 64 }

Public Attributes

char magic [8] = {'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'}
quint32 type = 3
QNtlmBuffer lmResponse
QNtlmBuffer ntlmResponse
QNtlmBuffer domain
QNtlmBuffer user
QNtlmBuffer workstation
QNtlmBuffer sessionKey
quint32 flags = NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_NEGOTIATE_TARGET_INFO
QByteArray lmResponseBuf
QByteArray ntlmResponseBuf
QString domainStr
QString userStr
QString workstationStr
QString sessionKeyStr
QByteArray v2Hash

Detailed Description

Definition at line 1115 of file qauthenticator.cpp.

Member Enumeration Documentation

◆ anonymous enum [1/2]

anonymous enum
Enumerator
Size 
Size 

Definition at line 1127 of file qauthenticator.cpp.

◆ anonymous enum [2/2]

anonymous enum
Enumerator
Size 
Size 

Definition at line 1127 of file qauthenticator.cpp.

Member Data Documentation

◆ domain

QNtlmBuffer QNtlmPhase3Block::domain

Definition at line 1122 of file qauthenticator.cpp.

◆ domainStr

QString QNtlmPhase3Block::domainStr

Definition at line 1131 of file qauthenticator.cpp.

◆ flags

◆ lmResponse

QNtlmBuffer QNtlmPhase3Block::lmResponse

Definition at line 1120 of file qauthenticator.cpp.

◆ lmResponseBuf

QByteArray QNtlmPhase3Block::lmResponseBuf

Definition at line 1130 of file qauthenticator.cpp.

◆ magic

char QNtlmPhase3Block::magic = {'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'}

Definition at line 1118 of file qauthenticator.cpp.

Referenced by operator<<().

◆ ntlmResponse

QNtlmBuffer QNtlmPhase3Block::ntlmResponse

Definition at line 1121 of file qauthenticator.cpp.

◆ ntlmResponseBuf

QByteArray QNtlmPhase3Block::ntlmResponseBuf

Definition at line 1130 of file qauthenticator.cpp.

◆ sessionKey

QNtlmBuffer QNtlmPhase3Block::sessionKey

Definition at line 1125 of file qauthenticator.cpp.

◆ sessionKeyStr

QString QNtlmPhase3Block::sessionKeyStr

Definition at line 1131 of file qauthenticator.cpp.

◆ type

quint32 QNtlmPhase3Block::type = 3

Definition at line 1119 of file qauthenticator.cpp.

◆ user

QNtlmBuffer QNtlmPhase3Block::user

Definition at line 1123 of file qauthenticator.cpp.

◆ userStr

QString QNtlmPhase3Block::userStr

Definition at line 1131 of file qauthenticator.cpp.

◆ v2Hash

QByteArray QNtlmPhase3Block::v2Hash

Definition at line 1132 of file qauthenticator.cpp.

◆ workstation

QNtlmBuffer QNtlmPhase3Block::workstation

Definition at line 1124 of file qauthenticator.cpp.

◆ workstationStr

QString QNtlmPhase3Block::workstationStr

Definition at line 1131 of file qauthenticator.cpp.


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