This class defines parameters for DTLS cookie generator.

An object of this class provides the parameters that QDtlsClientVerifier will use to generate DTLS cookies. They include a cryptographic hash algorithm and a secret.

Note

An empty secret is considered to be invalid by setCookieGeneratorParameters() .

See also

setCookieGeneratorParameters() cookieGeneratorParameters() setCookieGeneratorParameters() cookieGeneratorParameters() Algorithm

Default constructs GeneratorParameters object with QCryptographicHash::Sha1 as its algorithm and an empty secret.

See also

setCookieGeneratorParameters() cookieGeneratorParameters() setCookieGeneratorParameters() cookieGeneratorParameters()

Constructs GeneratorParameters object from algorithm and secret.

See also

setCookieGeneratorParameters() cookieGeneratorParameters() setCookieGeneratorParameters() cookieGeneratorParameters()