Package ch.bailu.gtk.gio
Klasse TlsPassword
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.type.PropertyHolder
ch.bailu.gtk.gio.TlsPassword
- Alle implementierten Schnittstellen:
PointerInterface
An abstract interface representing a password used in TLS. Often used in
user interaction such as unlocking a key storage token.
user interaction such as unlocking a key storage token.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify -
Feldübersicht
Von Klasse geerbte Felder ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTlsPassword(int flags, Str description) Create a new #GTlsPassword object.TlsPassword(int flags, String description) Create a new #GTlsPassword object.TlsPassword(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerGet a description string about what the password will be used for.intgetFlags()Get flags about the password.static intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizeGet a user readable translated warning.voidsetDescription(Str description) Set a description string about what the password will be used for.voidsetDescription(String description) Set a description string about what the password will be used for.voidsetFlags(int flags) Set flags about the password.voidsetWarning(Str warning) Set a user readable translated warning.voidsetWarning(String warning) Set a user readable translated warning.Von Klasse geerbte Methoden ch.bailu.gtk.type.PropertyHolder
getBooleanProperty, getIntProperty, getObjectProperty, getStringProperty, getStrProperty, setBooleanProperty, setIntProperty, setObjectProperty, setStringProperty, setStrPropertyVon Klasse geerbte Methoden ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnrefVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
TlsPassword
-
TlsPassword
Create a new #GTlsPassword object.- Parameter:
flags- the password flagsdescription- description of what the password is for
-
TlsPassword
Create a new #GTlsPassword object.- Parameter:
flags- the password flagsdescription- description of what the password is for
-
-
Methodendetails
-
getClassHandler
-
getDescription
Get a description string about what the password will be used for.- Gibt zurück:
- The description of the password.
-
getFlags
public int getFlags()Get flags about the password.- Gibt zurück:
- The flags about the password.
-
getWarning
Get a user readable translated warning. Usually this warning is a
representation of the password flags returned from
g_tls_password_get_flags().- Gibt zurück:
- The warning.
-
setDescription
Set a description string about what the password will be used for.- Parameter:
description- The description of the password
-
setDescription
Set a description string about what the password will be used for.- Parameter:
description- The description of the password
-
setFlags
public void setFlags(int flags) Set flags about the password.- Parameter:
flags- The flags about the password
-
setWarning
Set a user readable translated warning. Usually this warning is a
representation of the password flags returned from
g_tls_password_get_flags().- Parameter:
warning- The user readable warning
-
setWarning
Set a user readable translated warning. Usually this warning is a
representation of the password flags returned from
g_tls_password_get_flags().- Parameter:
warning- The user readable warning
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-