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
qsslcertificate_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 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 QSSLCERTIFICATE_P_H
6#define QSSLCERTIFICATE_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtNetwork/private/qtnetworkglobal_p.h>
20
22#include "qsslcertificate.h"
23#include "qtlsbackend_p.h"
24
25#include <qlist.h>
26
27#include <memory>
28
30
32{
33public:
36
37 QList<QSslCertificateExtension> extensions() const;
38 Q_NETWORK_EXPORT static bool isBlacklisted(const QSslCertificate &certificate);
40
42 std::unique_ptr<QTlsPrivate::X509Certificate> backend;
43};
44
46
47#endif // QSSLCERTIFICATE_P_H
\inmodule QtCore
Definition qatomic.h:112
\inmodule QtCore
Definition qbytearray.h:57
static Q_NETWORK_EXPORT QByteArray subjectInfoToString(QSslCertificate::SubjectInfo info)
std::unique_ptr< QTlsPrivate::X509Certificate > backend
QList< QSslCertificateExtension > extensions() const
static Q_NETWORK_EXPORT bool isBlacklisted(const QSslCertificate &certificate)
The QSslCertificate class provides a convenient API for an X509 certificate.
SubjectInfo
Describes keys that you can pass to QSslCertificate::issuerInfo() or QSslCertificate::subjectInfo() t...
Combined button and popup list for selecting options.
QHostInfo info
[0]