![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdtls_openssl_p.h>
Public Member Functions | |
QDtlsPrivateOpenSSL (QDtls *qObject, QSslSocket::SslMode mode) | |
unsigned | pskClientCallback (const char *hint, char *identity, unsigned max_identity_len, unsigned char *psk, unsigned max_psk_len) |
unsigned | pskServerCallback (const char *identity, unsigned char *psk, unsigned max_psk_len) |
Public Member Functions inherited from QDtlsBasePrivate | |
QDtlsBasePrivate (QSslSocket::SslMode m, const QByteArray &s) | |
void | setDtlsError (QDtlsError code, const QString &description) override |
QDtlsError | error () const override |
QString | errorString () const override |
void | clearDtlsError () override |
void | setConfiguration (const QSslConfiguration &configuration) override |
QSslConfiguration | configuration () const override |
bool | setCookieGeneratorParameters (const GenParams &) override |
GenParams | cookieGeneratorParameters () const override |
Additional Inherited Members | |
Static Public Member Functions inherited from QDtlsBasePrivate | |
static bool | isDtlsProtocol (QSsl::SslProtocol protocol) |
Public Attributes inherited from QDtlsBasePrivate | |
QHostAddress | remoteAddress |
quint16 | remotePort = 0 |
quint16 | mtuHint = 0 |
QDtlsError | errorCode = QDtlsError::NoError |
QString | errorDescription |
QSslConfiguration | dtlsConfiguration |
QSslSocket::SslMode | mode = QSslSocket::SslClientMode |
QSslCipher | sessionCipher |
QSsl::SslProtocol | sessionProtocol = QSsl::UnknownProtocol |
QString | peerVfyName |
QByteArray | secret |
QCryptographicHash::Algorithm | hashAlgorithm = QCryptographicHash::Sha256 |
Definition at line 120 of file qdtls_openssl_p.h.
QDtlsPrivateOpenSSL::QDtlsPrivateOpenSSL | ( | QDtls * | qObject, |
QSslSocket::SslMode | mode ) |
Definition at line 820 of file qdtls_openssl.cpp.
References QDtlsPrivateOpenSSL().
Referenced by QDtlsPrivateOpenSSL().
|
overrideprivate |
Definition at line 1051 of file qdtls_openssl.cpp.
References sendShutdownAlert().
|
overrideprivate |
Definition at line 927 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 828 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1158 of file qdtls_openssl.cpp.
References q_ERR_get_error().
|
overrideprivatevirtual |
Definition at line 865 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1093 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1098 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1011 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1088 of file qdtls_openssl.cpp.
|
overrideprivatevirtual |
Definition at line 875 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 840 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 845 of file qdtls_openssl.cpp.
Definition at line 1083 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 855 of file qdtls_openssl.cpp.
unsigned QDtlsPrivateOpenSSL::pskClientCallback | ( | const char * | hint, |
char * | identity, | ||
unsigned | max_identity_len, | ||
unsigned char * | psk, | ||
unsigned | max_psk_len ) |
Definition at line 1217 of file qdtls_openssl.cpp.
Referenced by dtlscallbacks::q_PSK_client_callback().
unsigned QDtlsPrivateOpenSSL::pskServerCallback | ( | const char * | identity, |
unsigned char * | psk, | ||
unsigned | max_psk_len ) |
Definition at line 1257 of file qdtls_openssl.cpp.
Referenced by dtlscallbacks::q_PSK_server_callback().
|
overrideprivate |
Definition at line 1032 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1068 of file qdtls_openssl.cpp.
Referenced by abortHandshake().
Definition at line 860 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 833 of file qdtls_openssl.cpp.
Definition at line 850 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 880 of file qdtls_openssl.cpp.
|
overrideprivatevirtual |
Definition at line 870 of file qdtls_openssl.cpp.
|
overrideprivate |
Definition at line 1103 of file qdtls_openssl.cpp.
References q_ERR_get_error().