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
QNtlmPhase3BlockBase Class Reference
+ Inheritance diagram for QNtlmPhase3BlockBase:
+ Collaboration diagram for QNtlmPhase3BlockBase:

Public Types

enum  { Size = 64 }
 

Public Attributes

char magic [8]
 
quint32 type
 
QNtlmBuffer lmResponse
 
QNtlmBuffer ntlmResponse
 
QNtlmBuffer domain
 
QNtlmBuffer user
 
QNtlmBuffer workstation
 
QNtlmBuffer sessionKey
 
quint32 flags
 

Detailed Description

Definition at line 1041 of file qauthenticator.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 1052 of file qauthenticator.cpp.

Member Data Documentation

◆ domain

QNtlmBuffer QNtlmPhase3BlockBase::domain

Definition at line 1047 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ flags

quint32 QNtlmPhase3BlockBase::flags

Definition at line 1051 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ lmResponse

QNtlmBuffer QNtlmPhase3BlockBase::lmResponse

Definition at line 1045 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ magic

char QNtlmPhase3BlockBase::magic[8]

Definition at line 1043 of file qauthenticator.cpp.

Referenced by QNtlmPhase3Block::QNtlmPhase3Block().

◆ ntlmResponse

QNtlmBuffer QNtlmPhase3BlockBase::ntlmResponse

Definition at line 1046 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ sessionKey

QNtlmBuffer QNtlmPhase3BlockBase::sessionKey

Definition at line 1050 of file qauthenticator.cpp.

◆ type

quint32 QNtlmPhase3BlockBase::type

Definition at line 1044 of file qauthenticator.cpp.

◆ user

QNtlmBuffer QNtlmPhase3BlockBase::user

Definition at line 1048 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().

◆ workstation

QNtlmBuffer QNtlmPhase3BlockBase::workstation

Definition at line 1049 of file qauthenticator.cpp.

Referenced by qNtlmPhase3().


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