#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qobject.h>
Go to the source code of this file.
|
namespace | QTlsPrivate |
| Namespace containing onternal types that TLS backends implement.
|
|
|
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 |
| ) |
|