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