keys

abstract suspend fun keys(): Set<String>

Returns a snapshot of every key currently stored in this vault's namespace.

The returned set is a defensive copy; mutating it has no effect on the vault.

Throws

if the backend cannot be reached.