Uses of Class
org.freedesktop.secret.Secret
| Package | Description |
|---|---|
| org.freedesktop.secret | |
| org.freedesktop.secret.interfaces | |
| org.gnome.keyring | |
| org.gnome.keyring.interfaces |
-
Uses of Secret in org.freedesktop.secret
Methods in org.freedesktop.secret that return Secret Modifier and Type Method Description SecretTransportEncryption. encrypt(byte[] plain, Charset charset)SecretTransportEncryption. encrypt(CharSequence plain)SecretItem. getSecret(org.freedesktop.dbus.ObjectPath session)Methods in org.freedesktop.secret that return types with arguments of type Secret Modifier and Type Method Description Map<org.freedesktop.dbus.ObjectPath,Secret>Service. getSecrets(List<org.freedesktop.dbus.ObjectPath> items, org.freedesktop.dbus.ObjectPath session)Methods in org.freedesktop.secret with parameters of type Secret Modifier and Type Method Description Pair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath>Collection. createItem(Map<String,org.freedesktop.dbus.types.Variant> properties, Secret secret, boolean replace)char[]TransportEncryption. decrypt(Secret secret)voidItem. setSecret(Secret secret) -
Uses of Secret in org.freedesktop.secret.interfaces
Methods in org.freedesktop.secret.interfaces that return Secret Modifier and Type Method Description SecretItem. 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 Secret Modifier and Type Method Description Map<org.freedesktop.dbus.ObjectPath,Secret>Service. 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 Secret Modifier and Type Method Description Pair<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.voidItem. setSecret(Secret secret)Set the secret for this item. -
Uses of Secret in org.gnome.keyring
Methods in org.gnome.keyring with parameters of type Secret Modifier and Type Method Description voidInternalUnsupportedGuiltRiddenInterface. 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 Secret Modifier and Type Method Description voidInternalUnsupportedGuiltRiddenInterface. 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.