![]() |
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 () | |
| 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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QByteArray | identityHint |
| QByteArray | identity |
| int | maximumIdentityLength |
| QByteArray | preSharedKey |
| int | maximumPreSharedKeyLength |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 24 of file qsslpresharedkeyauthenticator_p.h.
| QT_BEGIN_NAMESPACE QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate | ( | ) |
Definition at line 18 of file qsslpresharedkeyauthenticator.cpp.
| QByteArray QSslPreSharedKeyAuthenticatorPrivate::identity |
Definition at line 31 of file qsslpresharedkeyauthenticator_p.h.
| QByteArray QSslPreSharedKeyAuthenticatorPrivate::identityHint |
Definition at line 29 of file qsslpresharedkeyauthenticator_p.h.
| int QSslPreSharedKeyAuthenticatorPrivate::maximumIdentityLength |
Definition at line 32 of file qsslpresharedkeyauthenticator_p.h.
| int QSslPreSharedKeyAuthenticatorPrivate::maximumPreSharedKeyLength |
Definition at line 35 of file qsslpresharedkeyauthenticator_p.h.
| QByteArray QSslPreSharedKeyAuthenticatorPrivate::preSharedKey |
Definition at line 34 of file qsslpresharedkeyauthenticator_p.h.