Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssl_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
5#ifndef QSSL_P_H
6#define QSSL_P_H
7
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists for the convenience
14// of qsslcertificate.cpp. This header file may change from version to version
15// without notice, or even be removed.
16//
17// We mean it.
18//
19
20#include <QtNetwork/private/qtnetworkglobal_p.h>
21#include <QtCore/QLoggingCategory>
22
24
26
27namespace QTlsPrivate {
28
29enum class Cipher {
30 DesCbc,
32 Rc2Cbc,
36};
37
38} // namespace QTlsPrivate
39
41
42#endif // QSSL_P_H
Combined button and popup list for selecting options.
Namespace containing onternal types that TLS backends implement.
#define Q_DECLARE_LOGGING_CATEGORY(name)