8#include <QtNetwork/qtnetworkglobal.h>
10#include <QtCore/qshareddata.h>
11#include <QtCore/qmetatype.h>
12#include <QtCore/qobject.h>
73 {
return lhs.isEqual(rhs); }
75 {
return !lhs.isEqual(rhs); }
static bool isEqual(const aiUVTransform &a, const aiUVTransform &b)
This class represents Online Certificate Status Protocol response.
QOcspResponse & operator=(const QOcspResponse &other)
QOcspCertificateStatus certificateStatus() const
void swap(QOcspResponse &other) noexcept
QOcspRevocationReason revocationReason() const
friend Q_NETWORK_EXPORT size_t qHash(const QOcspResponse &response, size_t seed) noexcept
friend bool operator!=(const QOcspResponse &lhs, const QOcspResponse &rhs)
Returns true if lhs and rhs are responses for different certificates, or signed by different responde...
friend bool operator==(const QOcspResponse &lhs, const QOcspResponse &rhs)
Returns true if lhs and rhs are the responses for the same certificate, signed by the same responder,...
QOcspResponse(const QOcspResponse &other)
QOcspResponse(QOcspResponse &&other) noexcept
The QSslCertificate class provides a convenient API for an X509 certificate.
Combined button and popup list for selecting options.
Namespace containing onternal types that TLS backends implement.
Q_NETWORK_EXPORT size_t qHash(const QOcspResponse &response, size_t seed=0) noexcept
static Q_CONSTINIT QBasicAtomicInteger< unsigned > seed
#define QT_REQUIRE_CONFIG(feature)