java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineCertificateError
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Information about a certificate error
Java wrapper for Qt class QWebEngineCertificateError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineCertificateError::Type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidassign(QWebEngineCertificateError other) SeeQWebEngineCertificateError::operator=(QWebEngineCertificateError) final QList<QSslCertificate>clone()Creates and returns a copy of this object.final voiddefer()final Stringfinal booleanSeeoperator==(QWebEngineCertificateError,QWebEngineCertificateError) booleanSeeoperator==(QWebEngineCertificateError,QWebEngineCertificateError) inthashCode()Returns the objects's hash code computed byqHash(QWebEngineCertificateError).final booleanfinal voidtype()final QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineCertificateError
See
QWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError)
-
-
Method Details
-
acceptCertificate
public final void acceptCertificate() -
certificateChain
-
defer
public final void defer() -
description
-
isOverridable
-
assign
See
QWebEngineCertificateError::operator=(QWebEngineCertificateError) -
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) -
rejectCertificate
public final void rejectCertificate() -
type
-
url
-
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineCertificateError). -
clone
Creates and returns a copy of this object.
See
QWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError)
-