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

Public Types

enum  { Size = 48 }
 

Public Variables

unsigned char challenge [8]
 
quint32 context [2]
 
quint32 flags
 
char magic [8]
 
QNtlmBuffer targetInfo
 
QNtlmBuffer targetName
 
quint32 type
 

Detailed Description

Definition at line 872 of file qauthenticator.cpp.

Enumerations

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 882 of file qauthenticator.cpp.

Properties

◆ challenge

unsigned char QNtlmPhase2BlockBase::challenge[8]

◆ context

quint32 QNtlmPhase2BlockBase::context[2]

Definition at line 880 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2().

◆ flags

quint32 QNtlmPhase2BlockBase::flags

Definition at line 878 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2(), and qNtlmPhase3().

◆ magic

char QNtlmPhase2BlockBase::magic[8]

Definition at line 875 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2().

◆ targetInfo

QNtlmBuffer QNtlmPhase2BlockBase::targetInfo

Definition at line 881 of file qauthenticator.cpp.

Referenced by qEncodeNtlmv2Response(), qNtlmDecodePhase2(), and qNtlmPhase3().

◆ targetName

QNtlmBuffer QNtlmPhase2BlockBase::targetName

Definition at line 877 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2().

◆ type

quint32 QNtlmPhase2BlockBase::type

Definition at line 876 of file qauthenticator.cpp.

Referenced by qNtlmDecodePhase2().


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