DBusRetriever queries GNOME Keyring / KDE Wallet via D-Bus Secret Service.
| 20 | |
| 21 | // DBusRetriever queries GNOME Keyring / KDE Wallet via D-Bus Secret Service. |
| 22 | type DBusRetriever struct{} |
| 23 | |
| 24 | func (r *DBusRetriever) RetrieveKey(hints Hints) ([]byte, error) { |
| 25 | storage := hints.KeychainLabel |
nothing calls this directly
no outgoing calls
no test coverage detected