get

abstract suspend fun get(key: String): String?

Returns the value previously stored under key, or null if absent.

Throws

if decryption fails.

if the ciphertext failed an integrity check.

if the backend cannot be reached.