Uses of Class
com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringLibrary.PointerToPointer
-
Packages that use GnomeKeyringLibrary.PointerToPointer Package Description com.microsoft.credentialstorage.implementation.posix.keyring -
-
Uses of GnomeKeyringLibrary.PointerToPointer in com.microsoft.credentialstorage.implementation.posix.keyring
Methods in com.microsoft.credentialstorage.implementation.posix.keyring with parameters of type GnomeKeyringLibrary.PointerToPointer Modifier and Type Method Description intGnomeKeyringLibrary. gnome_keyring_find_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema, GnomeKeyringLibrary.PointerToPointer password, Object... args)Retrieving a stored secret, without paraphrasing, please read: https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-find-password-syncintGnomeKeyringLibrary. gnome_keyring_get_info_sync(String keyring, GnomeKeyringLibrary.PointerToPointer keyring_info)Get information about keyring.
-