GeneratorParameters Struct
struct QDtlsClientVerifier::GeneratorParameters이 클래스는 DTLS 쿠키 생성기에 대한 매개 변수를 정의합니다. 더 보기...
- 상속된 멤버를 포함한 모든 멤버 목록
- GeneratorParameters는 네트워크 프로그래밍 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 알고리즘과 빈 시크릿을 사용하여 생성자 파라미터 객체를 생성합니다.
QDtlsClientVerifier::setCookieGeneratorParameters(), QDtlsClientVerifier::cookieGeneratorParameters(), QDtls::setCookieGeneratorParameters() 및 QDtls::cookieGeneratorParameters()도 참조하세요 .
GeneratorParameters::GeneratorParameters(QCryptographicHash::Algorithm algorithm, const QByteArray &secret)
algorithm 및 secret 에서 생성자 파라미터 객체를 생성합니다.
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.