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
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

◆ identityHint

QByteArray QSslPreSharedKeyAuthenticatorPrivate::identityHint

◆ maximumIdentityLength

int QSslPreSharedKeyAuthenticatorPrivate::maximumIdentityLength

◆ maximumPreSharedKeyLength

int QSslPreSharedKeyAuthenticatorPrivate::maximumPreSharedKeyLength

◆ preSharedKey

QByteArray QSslPreSharedKeyAuthenticatorPrivate::preSharedKey

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