Uses of Class
io.qt.network.QSslPreSharedKeyAuthenticator
Package | Description |
---|---|
io.qt.network | |
io.qt.websockets |
-
Uses of QSslPreSharedKeyAuthenticator in io.qt.network
Fields in io.qt.network with type parameters of type QSslPreSharedKeyAuthenticator Modifier and Type Field Description QObject.Signal2<QNetworkReply,QSslPreSharedKeyAuthenticator>
QNetworkAccessManager. preSharedKeyAuthenticationRequired
QObject.Signal1<QSslPreSharedKeyAuthenticator>
QNetworkReply. preSharedKeyAuthenticationRequired
QObject.Signal1<QSslPreSharedKeyAuthenticator>
QSslSocket. preSharedKeyAuthenticationRequired
QObject.Signal1<QSslPreSharedKeyAuthenticator>
QDtls. pskRequired
Methods in io.qt.network that return QSslPreSharedKeyAuthenticator Modifier and Type Method Description QSslPreSharedKeyAuthenticator
QSslPreSharedKeyAuthenticator. clone()
Methods in io.qt.network with parameters of type QSslPreSharedKeyAuthenticator Modifier and Type Method Description void
QSslPreSharedKeyAuthenticator. set(QSslPreSharedKeyAuthenticator authenticator)
void
QSslPreSharedKeyAuthenticator. swap(QSslPreSharedKeyAuthenticator other)
Constructors in io.qt.network with parameters of type QSslPreSharedKeyAuthenticator Constructor Description QSslPreSharedKeyAuthenticator(QSslPreSharedKeyAuthenticator authenticator)
-
Uses of QSslPreSharedKeyAuthenticator in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QSslPreSharedKeyAuthenticator Modifier and Type Field Description QObject.Signal1<QSslPreSharedKeyAuthenticator>
QWebSocket. preSharedKeyAuthenticationRequired
QObject.Signal1<QSslPreSharedKeyAuthenticator>
QWebSocketServer. preSharedKeyAuthenticationRequired