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
qx509_generic.cpp File Reference

(bd6d7d4d74e34b96217388c50f14dbd0df620be6)

#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 56 of file qx509_generic.cpp.

◆ ENDCERTSTRING

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

Definition at line 57 of file qx509_generic.cpp.