![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsslpresharedkeyauthenticator_p.h>
Public Member Functions | |
QSslPreSharedKeyAuthenticatorPrivate () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QByteArray | identityHint |
QByteArray | identity |
int | maximumIdentityLength |
QByteArray | preSharedKey |
int | maximumPreSharedKeyLength |
![]() | |
QAtomicInt | ref |
Definition at line 23 of file qsslpresharedkeyauthenticator_p.h.
QT_BEGIN_NAMESPACE QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate | ( | ) |
Definition at line 17 of file qsslpresharedkeyauthenticator.cpp.
QByteArray QSslPreSharedKeyAuthenticatorPrivate::identity |
Definition at line 30 of file qsslpresharedkeyauthenticator_p.h.
QByteArray QSslPreSharedKeyAuthenticatorPrivate::identityHint |
Definition at line 28 of file qsslpresharedkeyauthenticator_p.h.
int QSslPreSharedKeyAuthenticatorPrivate::maximumIdentityLength |
Definition at line 31 of file qsslpresharedkeyauthenticator_p.h.
int QSslPreSharedKeyAuthenticatorPrivate::maximumPreSharedKeyLength |
Definition at line 34 of file qsslpresharedkeyauthenticator_p.h.
QByteArray QSslPreSharedKeyAuthenticatorPrivate::preSharedKey |
Definition at line 33 of file qsslpresharedkeyauthenticator_p.h.