Module qtjambi.webenginecore
Package io.qt.webengine.core
Class QWebEngineClientCertificateSelection
java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineClientCertificateSelection
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QWebEngineClientCertSelection class wraps a client certificate selection
Java wrapper for Qt's class QWebEngineClientCertificateSelection
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QList<QSslCertificate>
clone()
Creates and returns a copy of this object.final QUrl
host()
final void
select
(QSslCertificate certificate) final void
final void
Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWebEngineClientCertificateSelection
-
QWebEngineClientCertificateSelection
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
assign(io.qt.webengine.core.QWebEngineClientCertificateSelection)
instead.