(e2fef733be92e95ff28225196e14ffeb98d61a1f)
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qobject.h>
Go to the source code of this file.
|
enum class | QOcspCertificateStatus { Good
, Revoked
, Unknown
} |
|
enum class | QOcspRevocationReason {
None = -1
, Unspecified
, KeyCompromise
, CACompromise
,
AffiliationChanged
, Superseded
, CessationOfOperation
, CertificateHold
,
RemoveFromCRL
} |
|
◆ QOcspCertificateStatus
◆ QOcspRevocationReason
Enumerator |
---|
None | |
Unspecified | |
KeyCompromise | |
CACompromise | |
AffiliationChanged | |
Superseded | |
CessationOfOperation | |
CertificateHold | |
RemoveFromCRL | |
Definition at line 27 of file qocspresponse.h.
◆ qHash()
Q_NETWORK_EXPORT size_t qHash |
( |
const QOcspResponse & | response, |
|
|
size_t | seed = 0 ) |
|
related |
◆ QT_REQUIRE_CONFIG()
QT_REQUIRE_CONFIG |
( |
ssl | | ) |
|