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

(e2fef733be92e95ff28225196e14ffeb98d61a1f)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qobject.h>
+ Include dependency graph for qocspresponse.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QOcspResponse
 This class represents Online Certificate Status Protocol response. More...
 

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.
 

Enumerations

enum class  QOcspCertificateStatus { Good , Revoked , Unknown }
 
enum class  QOcspRevocationReason {
  None = -1 , Unspecified , KeyCompromise , CACompromise ,
  AffiliationChanged , Superseded , CessationOfOperation , CertificateHold ,
  RemoveFromCRL
}
 

Functions

 QT_REQUIRE_CONFIG (ssl)
 
Q_NETWORK_EXPORT size_t qHash (const QOcspResponse &response, size_t seed=0) noexcept
 

Enumeration Type Documentation

◆ QOcspCertificateStatus

enum class QOcspCertificateStatus
strong
Enumerator
Good 
Revoked 
Unknown 

Definition at line 20 of file qocspresponse.h.

◆ QOcspRevocationReason

enum class QOcspRevocationReason
strong
Enumerator
None 
Unspecified 
KeyCompromise 
CACompromise 
AffiliationChanged 
Superseded 
CessationOfOperation 
CertificateHold 
RemoveFromCRL 

Definition at line 27 of file qocspresponse.h.

Function Documentation

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QOcspResponse & response,
size_t seed = 0 )
related

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( ssl )