Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qsslcipher_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
#ifndef QSSLCIPHER_P_H
5
#define QSSLCIPHER_P_H
6
7
#include <QtNetwork/private/qtnetworkglobal_p.h>
8
#include "
qsslcipher.h
"
9
10
QT_BEGIN_NAMESPACE
11
12
// W A R N I N G
13
// -------------
14
//
15
// This file is not part of the Qt API. It exists for the convenience
16
// of the QLibrary class. This header file may change from
17
// version to version without notice, or even be removed.
18
//
19
// We mean it.
20
//
21
22
class
QSslCipherPrivate
23
{
24
public
:
25
QSslCipherPrivate
()
26
:
isNull
(true),
supportedBits
(0),
bits
(0),
27
exportable
(
false
),
protocol
(
QSsl
::UnknownProtocol)
28
{
29
}
30
31
bool
isNull
;
32
QString
name
;
33
int
supportedBits
;
34
int
bits
;
35
QString
keyExchangeMethod
;
36
QString
authenticationMethod
;
37
QString
encryptionMethod
;
38
bool
exportable
;
39
QString
protocolString
;
40
QSsl::SslProtocol
protocol
;
41
};
42
43
QT_END_NAMESPACE
44
45
#endif
// QSSLCIPHER_P_H
QSslCipherPrivate
Definition
qsslcipher_p.h:23
QSslCipherPrivate::QSslCipherPrivate
QSslCipherPrivate()
Definition
qsslcipher_p.h:25
QSslCipherPrivate::isNull
bool isNull
Definition
qsslcipher_p.h:31
QSslCipherPrivate::supportedBits
int supportedBits
Definition
qsslcipher_p.h:33
QSslCipherPrivate::name
QString name
Definition
qsslcipher_p.h:32
QSslCipherPrivate::keyExchangeMethod
QString keyExchangeMethod
Definition
qsslcipher_p.h:35
QSslCipherPrivate::protocolString
QString protocolString
Definition
qsslcipher_p.h:39
QSslCipherPrivate::encryptionMethod
QString encryptionMethod
Definition
qsslcipher_p.h:37
QSslCipherPrivate::protocol
QSsl::SslProtocol protocol
Definition
qsslcipher_p.h:40
QSslCipherPrivate::bits
int bits
Definition
qsslcipher_p.h:34
QSslCipherPrivate::authenticationMethod
QString authenticationMethod
Definition
qsslcipher_p.h:36
QSslCipherPrivate::exportable
bool exportable
Definition
qsslcipher_p.h:38
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QSsl
The QSsl namespace declares enums common to all SSL classes in Qt Network.
QSsl::SslProtocol
SslProtocol
Describes the protocol of the cipher.
Definition
qssl.h:43
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
bits
GLenum GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const void * bits
Definition
qopenglext.h:6904
qsslcipher.h
false
return false
Definition
src_corelib_thread_qatomic.cpp:23
qtbase
src
network
ssl
qsslcipher_p.h
Generated by
1.9.7