Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsslcipher.h File Reference
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qscopedpointer.h>
#include <QtNetwork/qssl.h>
#include <memory>
+ Include dependency graph for qsslcipher.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSslCipher
 The QSslCipher class represents an SSL cryptographic cipher. More...
 

Functions

Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QSslCipher &cipher)
 

Function Documentation

◆ operator<<()

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  debug,
const QSslCipher cipher 
)

Definition at line 227 of file qsslcipher.cpp.

References debug, QSslCipher::name(), QSslCipher::protocolString(), and QSslCipher::usedBits().

+ Here is the call graph for this function: