java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QDtlsClientVerifier.GeneratorParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QDtlsClientVerifier
public static class QDtlsClientVerifier.GeneratorParameters extends QtObject implements Cloneable
This class defines parameters for DTLS cookie generator
Java wrapper for Qt class QDtlsClientVerifier::GeneratorParameters
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description GeneratorParameters()
GeneratorParameters(QCryptographicHash.Algorithm a, QByteArray s)
protected
GeneratorParameters(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDtlsClientVerifier.GeneratorParameters
clone()
QCryptographicHash.Algorithm
hash()
QByteArray
secret()
void
setHash(QCryptographicHash.Algorithm hash)
void
setSecret(QByteArray secret)
-
Constructor Details
-
GeneratorParameters
public GeneratorParameters() -
GeneratorParameters
-
GeneratorParameters
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details