Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qx509_generic.cpp File Reference

(adb18ad479d0fbdfed1399740d01314119ce9e36)

#include <QtNetwork/private/qsslcertificate_p.h>
#include <QtNetwork/private/qssl_p.h>
#include "qasn1element_p.h"
#include "qx509_generic_p.h"
#include <QtNetwork/qhostaddress.h>
#include <QtCore/qendian.h>
#include <QtCore/qhash.h>
#include <memory>
Include dependency graph for qx509_generic.cpp:

Go to the source code of this file.

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.

Macros

#define BEGINCERTSTRING   "-----BEGIN CERTIFICATE-----"
#define ENDCERTSTRING   "-----END CERTIFICATE-----"

Macro Definition Documentation

◆ BEGINCERTSTRING

#define BEGINCERTSTRING   "-----BEGIN CERTIFICATE-----"

Definition at line 57 of file qx509_generic.cpp.

◆ ENDCERTSTRING

#define ENDCERTSTRING   "-----END CERTIFICATE-----"

Definition at line 58 of file qx509_generic.cpp.