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
QSslPreSharedKeyAuthenticatorPrivate Class Reference

#include <qsslpresharedkeyauthenticator_p.h>

+ Inheritance diagram for QSslPreSharedKeyAuthenticatorPrivate:
+ Collaboration diagram for QSslPreSharedKeyAuthenticatorPrivate:

Public Member Functions

 QSslPreSharedKeyAuthenticatorPrivate ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QByteArray identityHint
 
QByteArray identity
 
int maximumIdentityLength
 
QByteArray preSharedKey
 
int maximumPreSharedKeyLength
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 23 of file qsslpresharedkeyauthenticator_p.h.

Constructor & Destructor Documentation

◆ QSslPreSharedKeyAuthenticatorPrivate()

QT_BEGIN_NAMESPACE QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate ( )

Definition at line 17 of file qsslpresharedkeyauthenticator.cpp.

Member Data Documentation

◆ identity

QByteArray QSslPreSharedKeyAuthenticatorPrivate::identity

Definition at line 30 of file qsslpresharedkeyauthenticator_p.h.

◆ identityHint

QByteArray QSslPreSharedKeyAuthenticatorPrivate::identityHint

Definition at line 28 of file qsslpresharedkeyauthenticator_p.h.

◆ maximumIdentityLength

int QSslPreSharedKeyAuthenticatorPrivate::maximumIdentityLength

Definition at line 31 of file qsslpresharedkeyauthenticator_p.h.

◆ maximumPreSharedKeyLength

int QSslPreSharedKeyAuthenticatorPrivate::maximumPreSharedKeyLength

Definition at line 34 of file qsslpresharedkeyauthenticator_p.h.

◆ preSharedKey

QByteArray QSslPreSharedKeyAuthenticatorPrivate::preSharedKey

Definition at line 33 of file qsslpresharedkeyauthenticator_p.h.


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