Qt 4.8
Public Functions | Public Variables | List of all members
QNtlmPhase2Block Class Reference
Inheritance diagram for QNtlmPhase2Block:
QNtlmPhase2BlockBase

Public Functions

 QNtlmPhase2Block ()
 

Public Variables

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

Additional Inherited Members

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

Detailed Description

Definition at line 965 of file qauthenticator.cpp.

Constructors and Destructors

◆ QNtlmPhase2Block()

QNtlmPhase2Block::QNtlmPhase2Block ( )
inline

Definition at line 968 of file qauthenticator.cpp.

968  {
969  magic[0] = 0;
970  type = 0xffffffff;
971  }

Properties

◆ targetInfoBuff

QByteArray QNtlmPhase2Block::targetInfoBuff

Definition at line 975 of file qauthenticator.cpp.

Referenced by qEncodeNtlmv2Response(), and qNtlmDecodePhase2().

◆ targetInfoStr

QString QNtlmPhase2Block::targetInfoStr

Definition at line 974 of file qauthenticator.cpp.

◆ targetNameStr

QString QNtlmPhase2Block::targetNameStr

Definition at line 974 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2(), and qNtlmPhase3().


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