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.preSharedKeyAuthenticationRequiredQNetworkReply.preSharedKeyAuthenticationRequiredQSslSocket.preSharedKeyAuthenticationRequiredQDtls.pskRequiredMethods 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 voidQSslPreSharedKeyAuthenticator.assign(QSslPreSharedKeyAuthenticator authenticator) final booleanQSslPreSharedKeyAuthenticator.equals(QSslPreSharedKeyAuthenticator rhs) Seeoperator==(QSslPreSharedKeyAuthenticator,QSslPreSharedKeyAuthenticator) final voidQSslPreSharedKeyAuthenticator.set(QSslPreSharedKeyAuthenticator authenticator) Deprecated.final voidQSslPreSharedKeyAuthenticator.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.preSharedKeyAuthenticationRequiredQWebSocketServer.preSharedKeyAuthenticationRequired
assign(io.qt.network.QSslPreSharedKeyAuthenticator)instead.