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()
static QList<QSslCipher>
QSslConfiguration. supportedCiphers()
Methods 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)
Constructors in io.qt.network with parameters of type QSslCipher Constructor Description QSslCipher(QSslCipher other)