getAll

open suspend override fun getAll(): List<StoredCredential>

Retrieves all stored credentials from encrypted storage.

Iterates over all keys with the credential prefix and deserializes each value. Corrupted entries are logged and skipped rather than causing the entire operation to fail.

Return

List of all stored credentials

Throws

if the read operation fails due to a storage error