PassphraseProvider

Interface for providing a passphrase for encrypted storage. Implementations should handle the secure storage and retrieval of the passphrase.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun getPassphrase(): String

Gets the passphrase for encryption/decryption. If a passphrase doesn't exist yet, implementations should generate and store one.