| Package | Description |
|---|---|
| com.microsoft.alm.storage.posix.internal |
| Modifier and Type | Method and Description |
|---|---|
int |
GnomeKeyringLibrary.gnome_keyring_delete_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema,
Object... args)
Delete a stored secret, without paraphrasing, please read:
https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-delete-password-sync
|
int |
GnomeKeyringLibrary.gnome_keyring_find_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema,
GnomeKeyringLibrary.PointerToPointer pPassword,
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-sync
|
int |
GnomeKeyringLibrary.gnome_keyring_store_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema,
String keyring,
String display_name,
String password,
Object... args)
Storing a secret, without paraphrasing, please read:
https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-store-password-sync
|
Copyright © 2018. All rights reserved.