Uses of Class
io.qt.network.QSslCipher
Package | Description |
---|---|
io.qt.network |
-
Uses of QSslCipher in io.qt.network
Methods in io.qt.network that return QSslCipher Modifier and Type Method Description QSslCipher
QSslCipher. clone()
QSslCipher
QDtls. sessionCipher()
QSslCipher
QSslConfiguration. sessionCipher()
QSslCipher
QSslSocket. sessionCipher()
Methods in io.qt.network that return types with arguments of type QSslCipher Modifier and Type Method Description QList<QSslCipher>
QSslConfiguration. ciphers()
QList<QSslCipher>
QSslSocket. ciphers()
Deprecated.UseQSslConfiguration.ciphers()
insteadstatic QList<QSslCipher>
QSslSocket. defaultCiphers()
Deprecated.static QList<QSslCipher>
QSslConfiguration. supportedCiphers()
static QList<QSslCipher>
QSslSocket. supportedCiphers()
Deprecated.UseQSslConfiguration.supportedCiphers()
insteadMethods in io.qt.network with parameters of type QSslCipher Modifier and Type Method Description void
QSslCipher. swap(QSslCipher other)
Method parameters in io.qt.network with type arguments of type QSslCipher Modifier and Type Method Description void
QSslConfiguration. setCiphers(Collection<QSslCipher> ciphers)
void
QSslSocket. setCiphers(Collection<QSslCipher> ciphers)
Deprecated.static void
QSslSocket. setDefaultCiphers(Collection<QSslCipher> ciphers)
Deprecated.Constructors in io.qt.network with parameters of type QSslCipher Constructor Description QSslCipher(QSslCipher other)