Uses of Class
io.qt.network.QSslCipher
Packages that use QSslCipher
-
Uses of QSslCipher in io.qt.network
Methods in io.qt.network that return QSslCipherModifier and TypeMethodDescriptionQSslCipher.clone()
Creates and returns a copy of this object.final QSslCipher
QDtls.sessionCipher()
final QSslCipher
QSslConfiguration.sessionCipher()
final QSslCipher
QSslSocket.sessionCipher()
Methods in io.qt.network that return types with arguments of type QSslCipherModifier and TypeMethodDescriptionfinal QList<QSslCipher>
QSslConfiguration.ciphers()
static QList<QSslCipher>
QSslConfiguration.supportedCiphers()
Methods in io.qt.network with parameters of type QSslCipherModifier and TypeMethodDescriptionfinal void
QSslCipher.assign
(QSslCipher other) final boolean
QSslCipher.equals
(QSslCipher other) final void
QSslCipher.swap
(QSslCipher other) Method parameters in io.qt.network with type arguments of type QSslCipherModifier and TypeMethodDescriptionfinal void
QSslConfiguration.setCiphers
(Collection<? extends QSslCipher> ciphers) Constructors in io.qt.network with parameters of type QSslCipher