Uses of Enum
io.qt.network.QSsl.SslProtocol
Packages that use QSsl.SslProtocol
-
Uses of QSsl.SslProtocol in io.qt.network
Methods in io.qt.network that return QSsl.SslProtocolModifier and TypeMethodDescriptionfinal QSsl.SslProtocol
QSslCipher.protocol()
final QSsl.SslProtocol
QSslConfiguration.protocol()
final QSsl.SslProtocol
QSslSocket.protocol()
static QSsl.SslProtocol
QSsl.SslProtocol.resolve
(int value) Returns the corresponding enum entry for the given value.final QSsl.SslProtocol
QDtls.sessionProtocol()
final QSsl.SslProtocol
QSslConfiguration.sessionProtocol()
final QSsl.SslProtocol
QSslSocket.sessionProtocol()
static QSsl.SslProtocol
Returns the enum constant of this type with the specified name.static QSsl.SslProtocol[]
QSsl.SslProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network that return types with arguments of type QSsl.SslProtocolModifier and TypeMethodDescriptionstatic QList<QSsl.SslProtocol>
QSslSocket.supportedProtocols()
Overloaded function forQSslSocket.supportedProtocols(java.lang.String)
withbackendName = (String)null
.static QList<QSsl.SslProtocol>
QSslSocket.supportedProtocols
(String backendName) Methods in io.qt.network with parameters of type QSsl.SslProtocolModifier and TypeMethodDescriptionstatic boolean
QSslSocket.isProtocolSupported
(QSsl.SslProtocol protocol) Overloaded function forQSslSocket.isProtocolSupported(io.qt.network.QSsl.SslProtocol, java.lang.String)
withbackendName = (String)null
.static boolean
QSslSocket.isProtocolSupported
(QSsl.SslProtocol protocol, String backendName) final void
QSslConfiguration.setProtocol
(QSsl.SslProtocol protocol) final void
QSslSocket.setProtocol
(QSsl.SslProtocol protocol) Constructors in io.qt.network with parameters of type QSsl.SslProtocol