Uses of Enum
io.qt.network.QSslError.SslError
Packages that use QSslError.SslError
-
Uses of QSslError.SslError in io.qt.network
Methods in io.qt.network that return QSslError.SslErrorModifier and TypeMethodDescriptionfinal QSslError.SslError
QSslError.error()
static QSslError.SslError
QSslError.SslError.resolve
(int value) Returns the corresponding enum entry for the given value.static QSslError.SslError
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.SslErrorModifierConstructorDescriptionQSslError
(QSslError.SslError error) QSslError
(QSslError.SslError error, QSslCertificate certificate)