| Package | Description |
|---|---|
| org.freedesktop.secret | |
| org.freedesktop.secret.interfaces | |
| org.gnome.keyring | |
| org.gnome.keyring.interfaces |
| Modifier and Type | Method | Description |
|---|---|---|
Secret |
TransportEncryption.encrypt(byte[] plain,
Charset charset) |
|
Secret |
TransportEncryption.encrypt(CharSequence plain) |
|
Secret |
Item.getSecret(org.freedesktop.dbus.ObjectPath session) |
| Modifier and Type | Method | Description |
|---|---|---|
Map<org.freedesktop.dbus.ObjectPath,Secret> |
Service.getSecrets(List<org.freedesktop.dbus.ObjectPath> items,
org.freedesktop.dbus.ObjectPath session) |
| 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) |
|
void |
Item.setSecret(Secret secret) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Secret |
Item.getSecret(org.freedesktop.dbus.ObjectPath session) |
Retrieve the secret for this item.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract 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.
|
abstract void |
Item.setSecret(Secret secret) |
Set the secret for this item.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
InternalUnsupportedGuiltRiddenInterface.changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret original,
Secret master) |
|
org.freedesktop.dbus.ObjectPath |
InternalUnsupportedGuiltRiddenInterface.createWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties,
Secret master) |
|
void |
InternalUnsupportedGuiltRiddenInterface.unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret master) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InternalUnsupportedGuiltRiddenInterface.changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret original,
Secret master) |
Change the password of a collection.
|
org.freedesktop.dbus.ObjectPath |
InternalUnsupportedGuiltRiddenInterface.createWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties,
Secret master) |
Create a collection with a password without prompting.
|
void |
InternalUnsupportedGuiltRiddenInterface.unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret master) |
Unlock a collection without prompting.
|
Copyright © 2019. All rights reserved.