QHash Proxy Page

Functions

int qHash(QSslEllipticCurve curve, int seed = 0)
int qHash(const QOcspResponse &response, int seed = 0)
int qHash(const QSslCertificate &key, int seed = 0)
int qHash(const QSslError &key, int seed = 0)

Function Documentation

[constexpr noexcept] int qHash(QSslEllipticCurve curve, int seed = 0)

Returns an hash value for the curve curve, using seed to seed the calculation.

[noexcept] int qHash(const QOcspResponse &response, int seed = 0)

Returns the hash value for the response, using seed to seed the calculation.

[noexcept] int qHash(const QSslCertificate &key, int seed = 0)

Returns the hash value for the key, using seed to seed the calculation.

[noexcept] int qHash(const QSslError &key, int seed = 0)

Returns the hash value for the key, using seed to seed the calculation.