(02ebb11a823d021b0c958907acb88bb19a49ea7c)
#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 28 of file qocspresponse.h.
◆ qHash()
| Q_NETWORK_EXPORT size_t qHash |
( |
const QOcspResponse & | response, |
|
|
size_t | seed ) |
|
noexcept |
◆ QT_REQUIRE_CONFIG()
| QT_REQUIRE_CONFIG |
( |
ssl | | ) |
|