Uses of Class
io.qt.network.QSslDiffieHellmanParameters.Error
Package | Description |
---|---|
io.qt.network |
-
Uses of QSslDiffieHellmanParameters.Error in io.qt.network
Methods in io.qt.network that return QSslDiffieHellmanParameters.Error Modifier and Type Method Description QSslDiffieHellmanParameters.Error
QSslDiffieHellmanParameters. error()
static QSslDiffieHellmanParameters.Error
QSslDiffieHellmanParameters.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QSslDiffieHellmanParameters.Error
QSslDiffieHellmanParameters.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSslDiffieHellmanParameters.Error[]
QSslDiffieHellmanParameters.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.