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
QNtlmPhase2Block Class Reference
Collaboration diagram for QNtlmPhase2Block:

Public Types

enum  { Size = 48 , Size = 48 }
enum  { Size = 48 , Size = 48 }

Public Attributes

char magic [8] = {0}
quint32 type = 0xffffffff
QNtlmBuffer targetName
quint32 flags = 0
unsigned char challenge [8] = {'\0'}
quint32 context [2] = {0, 0}
QNtlmBuffer targetInfo
QString targetNameStr
QString targetInfoStr
QByteArray targetInfoBuff

Detailed Description

Definition at line 1096 of file qauthenticator.cpp.

Member Enumeration Documentation

◆ anonymous enum [1/2]

anonymous enum
Enumerator
Size 
Size 

Definition at line 1106 of file qauthenticator.cpp.

◆ anonymous enum [2/2]

anonymous enum
Enumerator
Size 
Size 

Definition at line 1106 of file qauthenticator.cpp.

Member Data Documentation

◆ challenge

unsigned char QNtlmPhase2Block::challenge = {'\0'}

◆ context

◆ flags

quint32 QNtlmPhase2Block::flags = 0

Definition at line 1102 of file qauthenticator.cpp.

◆ magic

char QNtlmPhase2Block::magic = {0}

Definition at line 1099 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2().

◆ targetInfo

QNtlmBuffer QNtlmPhase2Block::targetInfo

Definition at line 1105 of file qauthenticator.cpp.

◆ targetInfoBuff

QByteArray QNtlmPhase2Block::targetInfoBuff

Definition at line 1110 of file qauthenticator.cpp.

◆ targetInfoStr

QString QNtlmPhase2Block::targetInfoStr

Definition at line 1109 of file qauthenticator.cpp.

◆ targetName

QNtlmBuffer QNtlmPhase2Block::targetName

Definition at line 1101 of file qauthenticator.cpp.

◆ targetNameStr

QString QNtlmPhase2Block::targetNameStr

Definition at line 1109 of file qauthenticator.cpp.

◆ type

quint32 QNtlmPhase2Block::type = 0xffffffff

Definition at line 1100 of file qauthenticator.cpp.


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