Module qtjambi.webenginecore
Package io.qt.webengine.core
Class QWebEngineClientCertificateSelection
java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.core.QWebEngineClientCertificateSelection
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQWebEngineClientCertificateSelection(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWebEngineClientCertificateSelection
-
QWebEngineClientCertificateSelection
protected QWebEngineClientCertificateSelection(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
certificates
@QtUninvokable public final io.qt.core.QList<io.qt.network.QSslCertificate> certificates() -
host
@QtUninvokable public final io.qt.core.QUrl host() -
set
-
select
@QtUninvokable public final void select(io.qt.network.QSslCertificate certificate) -
selectNone
@QtUninvokable public final void selectNone() -
clone
-