java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QSslDiffieHellmanParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSslDiffieHellmanParameters extends QtObject implements Cloneable
Interface for Diffie-Hellman parameters for servers
Java wrapper for Qt class QSslDiffieHellmanParameters
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QSslDiffieHellmanParameters.Error
Java wrapper for Qt enum QSslDiffieHellmanParameters::Error -
Constructor Summary
Constructors Modifier Constructor Description QSslDiffieHellmanParameters()
QSslDiffieHellmanParameters(QSslDiffieHellmanParameters other)
protected
QSslDiffieHellmanParameters(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QSslDiffieHellmanParameters
public QSslDiffieHellmanParameters() -
QSslDiffieHellmanParameters
-
QSslDiffieHellmanParameters
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
error
-
errorString
-
isEmpty
-
isValid
-
swap
-
defaultParameters
-
fromEncoded
Overloaded function for
fromEncoded(io.qt.core.QIODevice, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
. -
fromEncoded
public static QSslDiffieHellmanParameters fromEncoded(QIODevice device, QSsl.EncodingFormat format) -
fromEncoded
Overloaded function for
fromEncoded(io.qt.core.QByteArray, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
. -
fromEncoded
public static QSslDiffieHellmanParameters fromEncoded(QByteArray encoded, QSsl.EncodingFormat format) -
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-