![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qscopedpointer.h>
#include <QtNetwork/qssl.h>
#include <memory>
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) |
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().