java.lang.Object
io.qt.QtObject
io.qt.network.QSslDiffieHellmanParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Interface for Diffie-Hellman parameters for servers
Java wrapper for Qt's class QSslDiffieHellmanParameters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QSslDiffieHellmanParameters::ErrorNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
static QSslDiffieHellmanParameters
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.error()
final String
static QSslDiffieHellmanParameters
fromEncoded
(QByteArray encoded) Overloaded function forfromEncoded(io.qt.core.QByteArray, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
.static QSslDiffieHellmanParameters
fromEncoded
(QByteArray encoded, QSsl.EncodingFormat format) static QSslDiffieHellmanParameters
fromEncoded
(QIODevice device) Overloaded function forfromEncoded(io.qt.core.QIODevice, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
.static QSslDiffieHellmanParameters
fromEncoded
(QIODevice device, QSsl.EncodingFormat format) int
hashCode()
final boolean
isEmpty()
final boolean
isValid()
final void
swap
(QSslDiffieHellmanParameters other) toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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
-
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-