java.lang.Object
io.qt.QtObject
io.qt.network.QSslError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
SSL error
Java wrapper for Qt class QSslError
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionQSslError
(QSslError.SslError error) QSslError
(QSslError.SslError error, QSslCertificate certificate) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QSslCertificate
clone()
Creates and returns a copy of this object.final boolean
boolean
final QSslError.SslError
error()
final String
int
hashCode()
Returns the objects's hash code computed byqHash(QSslError)
.final void
toString()
Seeoperator<<(QDebug,
QSslError) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QSslError
public QSslError() -
QSslError
-
QSslError
-
QSslError
-
-
Method Details
-
certificate
-
error
-
errorString
-
assign
-
equals
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSslError)
. -
toString
See
operator<<(QDebug,
QSslError) -
clone
Creates and returns a copy of this object.
-