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.h File Reference

(6ff4c3d787ecc2e6d2740f22d0406b34346faede)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qcryptographichash.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qmap.h>
#include <QtCore/qshareddata.h>
#include <QtNetwork/qssl.h>
+ Include dependency graph for qsslcertificate.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSslCertificate
 The QSslCertificate class provides a convenient API for an X509 certificate. More...
 

Functions

Q_NETWORK_EXPORT size_t qHash (const QSslCertificate &key, size_t seed=0) noexcept
 
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QSslCertificate &certificate)
 
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, QSslCertificate::SubjectInfo info)
 

Function Documentation

◆ operator<<() [1/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug debug,
const QSslCertificate & certificate )

Definition at line 976 of file qsslcertificate.cpp.

References debug, QSslCertificate::digest(), QSslCertificate::effectiveDate(), QSslCertificate::expiryDate(), QSslCertificate::issuerDisplayName(), QSslCertificate::serialNumber(), QSslCertificate::subjectAlternativeNames(), QSslCertificate::subjectDisplayName(), QByteArray::toBase64(), and QSslCertificate::version().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QSslCertificate & key,
size_t seed = 0 )
related