QSslDiffieHellmanParameters

PyQt5.QtNetwork.QSslDiffieHellmanParameters

Description

TODO

Enums

Error

TODO

Member

Value

Description

InvalidInputDataError

TODO

TODO

NoError

TODO

TODO

UnsafeParametersError

TODO

TODO

Methods

__init__()

TODO


__init__(QSslDiffieHellmanParameters)

TODO


@staticmethod
defaultParameters() → QSslDiffieHellmanParameters

TODO


__eq__(QSslDiffieHellmanParameters) → bool

TODO


error() → Error

TODO


errorString() → str

TODO


@staticmethod
fromEncoded(Union[QByteArray, bytes, bytearray], encoding: EncodingFormat = QSsl.EncodingFormat.Pem) → QSslDiffieHellmanParameters

TODO


@staticmethod
fromEncoded(QIODevice, encoding: EncodingFormat = QSsl.EncodingFormat.Pem) → QSslDiffieHellmanParameters

TODO


__hash__() → int

TODO


isEmpty() → bool

TODO


isValid() → bool

TODO


__ne__(QSslDiffieHellmanParameters) → bool

TODO


swap(QSslDiffieHellmanParameters)

TODO