java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineCertificateError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QWebEngineCertificateError extends QtObject implements Cloneable
Java wrapper for Qt class QWebEngineCertificateError
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QWebEngineCertificateError.Error
Java wrapper for Qt enum QWebEngineCertificateError::Error -
Constructor Summary
Constructors Modifier Constructor Description QWebEngineCertificateError(int error, QUrl url, boolean overridable, String errorDescription)
protected
QWebEngineCertificateError(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWebEngineCertificateError(QWebEngineCertificateError other)
-
Method Summary
Modifier and Type Method Description boolean
answered()
QList<QSslCertificate>
certificateChain()
QWebEngineCertificateError
clone()
void
defer()
boolean
deferred()
QWebEngineCertificateError.Error
error()
String
errorDescription()
void
ignoreCertificateError()
boolean
isOverridable()
void
rejectCertificate()
QUrl
url()
-
Constructor Details
-
QWebEngineCertificateError
-
QWebEngineCertificateError
-
QWebEngineCertificateError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details