Uses of Class
org.freedesktop.secret.Secret
Packages that use Secret
Package
Description
-
Uses of Secret in org.freedesktop.secret
Methods in org.freedesktop.secret that return SecretModifier and TypeMethodDescriptionTransportEncryption.encrypt(CharSequence plain) Item.getSecret(org.freedesktop.dbus.ObjectPath session) Methods in org.freedesktop.secret that return types with arguments of type SecretModifier and TypeMethodDescriptionService.getSecrets(List<org.freedesktop.dbus.ObjectPath> items, org.freedesktop.dbus.ObjectPath session) Methods in org.freedesktop.secret with parameters of type SecretModifier and TypeMethodDescriptionPair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> Collection.createItem(Map<String, org.freedesktop.dbus.types.Variant> properties, Secret secret, boolean replace) char[]void -
Uses of Secret in org.freedesktop.secret.interfaces
Methods in org.freedesktop.secret.interfaces that return SecretModifier and TypeMethodDescriptionItem.getSecret(org.freedesktop.dbus.ObjectPath session) Retrieve the secret for this item.Methods in org.freedesktop.secret.interfaces that return types with arguments of type SecretModifier and TypeMethodDescriptionService.getSecrets(List<org.freedesktop.dbus.ObjectPath> items, org.freedesktop.dbus.ObjectPath session) Retrieve multiple secrets from different items.Methods in org.freedesktop.secret.interfaces with parameters of type SecretModifier and TypeMethodDescriptionPair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> Collection.createItem(Map<String, org.freedesktop.dbus.types.Variant> properties, Secret secret, boolean replace) Create an item with the given attributes, secret and label.voidSet the secret for this item. -
Uses of Secret in org.gnome.keyring
Methods in org.gnome.keyring with parameters of type SecretModifier and TypeMethodDescriptionvoidInternalUnsupportedGuiltRiddenInterface.changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret original, Secret master) org.freedesktop.dbus.ObjectPathInternalUnsupportedGuiltRiddenInterface.createWithMasterPassword(Map<String, org.freedesktop.dbus.types.Variant> properties, Secret master) voidInternalUnsupportedGuiltRiddenInterface.unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret master) -
Uses of Secret in org.gnome.keyring.interfaces
Methods in org.gnome.keyring.interfaces with parameters of type SecretModifier and TypeMethodDescriptionvoidInternalUnsupportedGuiltRiddenInterface.changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret original, Secret master) Change the password of a collection.org.freedesktop.dbus.ObjectPathInternalUnsupportedGuiltRiddenInterface.createWithMasterPassword(Map<String, org.freedesktop.dbus.types.Variant> properties, Secret master) Create a collection with a password without prompting.voidInternalUnsupportedGuiltRiddenInterface.unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret master) Unlock a collection without prompting.