Uses of Class
de.swiesend.secretservice.Secret
Packages that use Secret
Package
Description
-
Uses of Secret in de.swiesend.secretservice
Methods in de.swiesend.secretservice that return SecretModifier and TypeMethodDescriptionTransportEncryption.encrypt(CharSequence plain) Item.getSecret(org.freedesktop.dbus.ObjectPath session) Methods in de.swiesend.secretservice that return types with arguments of type SecretModifier and TypeMethodDescriptionService.getSecrets(List<org.freedesktop.dbus.ObjectPath> items, org.freedesktop.dbus.ObjectPath session) Methods in de.swiesend.secretservice 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 de.swiesend.secretservice.gnome.keyring.interfaces
Methods in de.swiesend.secretservice.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. -
Uses of Secret in de.swiesend.secretservice.interfaces
Methods in de.swiesend.secretservice.interfaces that return SecretModifier and TypeMethodDescriptionItem.getSecret(org.freedesktop.dbus.ObjectPath session) Retrieve the secret for this item.Methods in de.swiesend.secretservice.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 de.swiesend.secretservice.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.