java.lang.Object
io.qt.QtObject
io.qt.network.QSslError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
SSL error
Java wrapper for Qt class QSslError
- Since:
- This class was introduced in Qt 4.3.
-
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 void
assign
(QSslError.SslError other) Overloaded function forassign(io.qt.network.QSslError)
.final QSslCertificate
clone()
Creates and returns a copy of this object.final boolean
final boolean
equals
(QSslError.SslError other) Overloaded function forequals(io.qt.network.QSslError)
.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
- Parameters:
other
-
-
QSslError
- Parameters:
error
-
-
QSslError
- Parameters:
error
-certificate
-
-
-
Method Details
-
certificate
- Returns:
-
error
- Returns:
-
errorString
- Returns:
-
assign
- Parameters:
other
-- Since:
- This function was introduced in Qt 4.4.
-
equals
- Parameters:
other
-- Returns:
- Since:
- This function was introduced in Qt 4.4.
-
swap
- Parameters:
other
-- Since:
- This function was introduced in Qt 5.0.
-
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.
-
assign
Overloaded function for
assign(io.qt.network.QSslError)
. -
equals
Overloaded function for
equals(io.qt.network.QSslError)
.
-