A platform secure enclave for secrets, addressed by name.
Properties
Methods
-
delete(
String name) → Future< void> -
Removes
name(no-op when absent). -
isAvailable(
) → Future< bool> - Whether the backend is usable on this host (helper binary present, a Secret Service provider on the session bus, ...). False means the host falls back to environment-only keys — never an error.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String name) → Future< String?> -
Returns the stored value for
name, or null when absent. -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String name, String value) → Future< void> -
Stores
valueundername, replacing any existing entry.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited