Uses of Class
io.qt.network.QSslPreSharedKeyAuthenticator
Packages that use QSslPreSharedKeyAuthenticator
-
Uses of QSslPreSharedKeyAuthenticator in io.qt.network
Fields in io.qt.network with type parameters of type QSslPreSharedKeyAuthenticatorModifier and TypeFieldDescriptionQNetworkAccessManager.preSharedKeyAuthenticationRequired
QNetworkReply.preSharedKeyAuthenticationRequired
QSslServer.preSharedKeyAuthenticationRequired
QSslSocket.preSharedKeyAuthenticationRequired
QDtls.pskRequired
Methods in io.qt.network that return QSslPreSharedKeyAuthenticatorModifier and TypeMethodDescriptionQSslPreSharedKeyAuthenticator.clone()
Creates and returns a copy of this object.Methods in io.qt.network with parameters of type QSslPreSharedKeyAuthenticatorModifier and TypeMethodDescriptionfinal void
QSslPreSharedKeyAuthenticator.assign
(QSslPreSharedKeyAuthenticator authenticator) final boolean
QSslPreSharedKeyAuthenticator.equals
(QSslPreSharedKeyAuthenticator rhs) final void
QSslPreSharedKeyAuthenticator.set
(QSslPreSharedKeyAuthenticator authenticator) Deprecated.final void
QSslPreSharedKeyAuthenticator.swap
(QSslPreSharedKeyAuthenticator other) Constructors in io.qt.network with parameters of type QSslPreSharedKeyAuthenticatorModifierConstructorDescriptionQSslPreSharedKeyAuthenticator
(QSslPreSharedKeyAuthenticator authenticator) -
Uses of QSslPreSharedKeyAuthenticator in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QSslPreSharedKeyAuthenticatorModifier and TypeFieldDescriptionQWebSocket.preSharedKeyAuthenticationRequired
QWebSocketServer.preSharedKeyAuthenticationRequired
assign(io.qt.network.QSslPreSharedKeyAuthenticator)
instead.