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

Public Member Functions

 QNtlmPhase2Block ()
 

Public Attributes

QString targetNameStr
 
QString targetInfoStr
 
QByteArray targetInfoBuff
 
- Public Attributes inherited from QNtlmPhase2BlockBase
char magic [8]
 
quint32 type
 
QNtlmBuffer targetName
 
quint32 flags
 
unsigned char challenge [8]
 
quint32 context [2]
 
QNtlmBuffer targetInfo
 

Additional Inherited Members

- Public Types inherited from QNtlmPhase2BlockBase
enum  { Size = 48 }
 

Detailed Description

Definition at line 1121 of file qauthenticator.cpp.

Constructor & Destructor Documentation

◆ QNtlmPhase2Block()

QNtlmPhase2Block::QNtlmPhase2Block ( )
inline

Definition at line 1124 of file qauthenticator.cpp.

References QNtlmPhase2BlockBase::magic.

Member Data Documentation

◆ targetInfoBuff

QByteArray QNtlmPhase2Block::targetInfoBuff

Definition at line 1131 of file qauthenticator.cpp.

◆ targetInfoStr

QString QNtlmPhase2Block::targetInfoStr

Definition at line 1130 of file qauthenticator.cpp.

◆ targetNameStr

QString QNtlmPhase2Block::targetNameStr

Definition at line 1130 of file qauthenticator.cpp.


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