All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.webengine.core.QWebEngineClientCertificateSelection Maven / Gradle / Ivy

Go to download

Provides public API shared by both modules {@code qtjambi.webenginequick} and {@code qtjambi.webenginewidgets}.

There is a newer version: 6.3.0
Show newest version
package io.qt.webengine.core;


/**
 * 

QWebEngineClientCertSelection class wraps a client certificate selection

*

Java wrapper for Qt class QWebEngineClientCertificateSelection

*/ public class QWebEngineClientCertificateSelection extends io.qt.QtObject implements java.lang.Cloneable { static { QtJambi_LibraryUtilities.initialize(); } public QWebEngineClientCertificateSelection(io.qt.webengine.core.QWebEngineClientCertificateSelection arg__1){ super((QPrivateConstructor)null); initialize_native(this, arg__1); } private native static void initialize_native(QWebEngineClientCertificateSelection instance, io.qt.webengine.core.QWebEngineClientCertificateSelection arg__1); /** *

See QWebEngineClientCertificateSelection::certificates()const

*/ @SuppressWarnings({"exports"}) @io.qt.QtUninvokable public final io.qt.core.QList certificates(){ return certificates_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QList certificates_native_constfct(long __this__nativeId); /** *

See QWebEngineClientCertificateSelection::host()const

*/ @io.qt.QtUninvokable public final io.qt.core.QUrl host(){ return host_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QUrl host_native_constfct(long __this__nativeId); @io.qt.QtUninvokable public final void set(io.qt.webengine.core.QWebEngineClientCertificateSelection arg__1){ set_native_cref_QWebEngineClientCertificateSelection(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(arg__1)); } @io.qt.QtUninvokable private native void set_native_cref_QWebEngineClientCertificateSelection(long __this__nativeId, long arg__1); /** *

See QWebEngineClientCertificateSelection::select(QSslCertificate)

*/ @SuppressWarnings({"exports"}) @io.qt.QtUninvokable public final void select(io.qt.network.QSslCertificate certificate){ select_native_cref_QSslCertificate(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(certificate)); } @io.qt.QtUninvokable private native void select_native_cref_QSslCertificate(long __this__nativeId, long certificate); /** *

See QWebEngineClientCertificateSelection::selectNone()

*/ @io.qt.QtUninvokable public final void selectNone(){ selectNone_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native void selectNone_native(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QWebEngineClientCertificateSelection(QPrivateConstructor p) { super(p); } @Override public QWebEngineClientCertificateSelection clone() { return clone_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native QWebEngineClientCertificateSelection clone_native(long __this_nativeId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy