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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineCertificateError::Type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQWebEngineCertificateError::
QWebEngineCertificateError(QWebEngineCertificateError) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
assign
(QWebEngineCertificateError other) SeeQWebEngineCertificateError::
operator=(QWebEngineCertificateError) final QList
<QSslCertificate> clone()
Creates and returns a copy of this object.final void
defer()
final String
final boolean
Seeoperator==(QWebEngineCertificateError,
QWebEngineCertificateError) boolean
Seeoperator==(QWebEngineCertificateError,
QWebEngineCertificateError) int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineCertificateError)
.final boolean
final void
type()
final QUrl
url()
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)
-