GeneratorParameters Struct
struct QDtlsClientVerifier::GeneratorParametersこのクラスはDTLSクッキー生成器のパラメータを定義する。詳細...
- 継承されたメンバを含むすべてのメンバのリスト
- GeneratorParameters はNetwork Programming API の一部です。
パブリック関数
GeneratorParameters() | |
GeneratorParameters(QCryptographicHash::Algorithm algorithm, const QByteArray &secret) |
詳細説明
このクラスのオブジェクトは、QDtlsClientVerifier が DTLS クッキーを生成するために使用するパラメータを提供します。これには暗号ハッシュ・アルゴリズムとシークレットが含まれる。
注意: QDtlsClientVerifier::setCookieGeneratorParameters() では、空のシークレットは無効とみなされます。
QDtlsClientVerifier::setCookieGeneratorParameters()、QDtlsClientVerifier::cookieGeneratorParameters()、QDtls::setCookieGeneratorParameters()、QDtls::cookieGeneratorParameters()、QCryptographicHash::Algorithmも参照 。
メンバ関数のドキュメント
GeneratorParameters::GeneratorParameters()
デフォルトは、QCryptographicHash::Sha1 をアルゴリズムとし、空の secret を持つ GeneratorParameters オブジェクトを構築する。
QDtlsClientVerifier::setCookieGeneratorParameters(),QDtlsClientVerifier::cookieGeneratorParameters(),QDtls::setCookieGeneratorParameters(),QDtls::cookieGeneratorParameters()も参照 。
GeneratorParameters::GeneratorParameters(QCryptographicHash::Algorithm algorithm, const QByteArray &secret)
algorithm およびsecret から GeneratorParameters オブジェクトを構築します。
QDtlsClientVerifier::setCookieGeneratorParameters(),QDtlsClientVerifier::cookieGeneratorParameters(),QDtls::setCookieGeneratorParameters(),QDtls::cookieGeneratorParameters()も参照 。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.