Uses of Class
io.qt.network.QSsl.SslProtocol
Package | Description |
---|---|
io.qt.network |
-
Uses of QSsl.SslProtocol in io.qt.network
Methods in io.qt.network that return QSsl.SslProtocol Modifier and Type Method Description QSsl.SslProtocol
QSslCipher. protocol()
QSsl.SslProtocol
QSslConfiguration. protocol()
QSsl.SslProtocol
QSslSocket. protocol()
static QSsl.SslProtocol
QSsl.SslProtocol. resolve(int value)
Returns the corresponding enum entry for the given value.QSsl.SslProtocol
QDtls. sessionProtocol()
QSsl.SslProtocol
QSslConfiguration. sessionProtocol()
QSsl.SslProtocol
QSslSocket. sessionProtocol()
static QSsl.SslProtocol
QSsl.SslProtocol. valueOf(String name)
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.SslProtocol Modifier and Type Method Description static QList<QSsl.SslProtocol>
QSslSocket. supportedProtocols()
Overloaded function forQSslSocket.supportedProtocols(java.lang.String)
withbackendName = ""
.static QList<QSsl.SslProtocol>
QSslSocket. supportedProtocols(String backendName)
Methods in io.qt.network with parameters of type QSsl.SslProtocol Modifier and Type Method Description static boolean
QSslSocket. isProtocolSupported(QSsl.SslProtocol protocol)
Overloaded function forQSslSocket.isProtocolSupported(io.qt.network.QSsl.SslProtocol, java.lang.String)
withbackendName = ""
.static boolean
QSslSocket. isProtocolSupported(QSsl.SslProtocol protocol, String backendName)
void
QSslConfiguration. setProtocol(QSsl.SslProtocol protocol)
void
QSslSocket. setProtocol(QSsl.SslProtocol protocol)
Constructors in io.qt.network with parameters of type QSsl.SslProtocol Constructor Description QSslCipher(String name, QSsl.SslProtocol protocol)