![]() |
Qt 6.x
The Qt SDK
|
#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. | |
| 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 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.
Referenced by QSslPreSharedKeyAuthenticator::identity(), QSslPreSharedKeyAuthenticator::setIdentity(), and QTlsBackend::setupServerPskAuth().
| QByteArray QSslPreSharedKeyAuthenticatorPrivate::identityHint |
Definition at line 28 of file qsslpresharedkeyauthenticator_p.h.
Referenced by QSslPreSharedKeyAuthenticator::identityHint(), QTlsBackend::setupClientPskAuth(), and QTlsBackend::setupServerPskAuth().
| int QSslPreSharedKeyAuthenticatorPrivate::maximumIdentityLength |
Definition at line 31 of file qsslpresharedkeyauthenticator_p.h.
Referenced by QSslPreSharedKeyAuthenticator::maximumIdentityLength(), QTlsBackend::setupClientPskAuth(), and QTlsBackend::setupServerPskAuth().
| int QSslPreSharedKeyAuthenticatorPrivate::maximumPreSharedKeyLength |
Definition at line 34 of file qsslpresharedkeyauthenticator_p.h.
Referenced by QSslPreSharedKeyAuthenticator::maximumPreSharedKeyLength(), QTlsBackend::setupClientPskAuth(), and QTlsBackend::setupServerPskAuth().
| QByteArray QSslPreSharedKeyAuthenticatorPrivate::preSharedKey |
Definition at line 33 of file qsslpresharedkeyauthenticator_p.h.
Referenced by QSslPreSharedKeyAuthenticator::preSharedKey(), and QSslPreSharedKeyAuthenticator::setPreSharedKey().