java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QSslError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSslError extends QtObject implements Cloneable
SSL error
Java wrapper for Qt class QSslError
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QSslError.SslError
Java wrapper for Qt enum QSslError::SslError -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QSslError()
QSslError(QSslError other)
QSslError(QSslError.SslError error)
QSslError(QSslError.SslError error, QSslCertificate certificate)
protected
QSslError(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSslCertificate
certificate()
QSslError
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QSslError.SslError
error()
String
errorString()
int
hashCode()
void
swap(QSslError other)
String
toString()
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
Method Details
-
certificate
-
error
-
errorString
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-