UserSecretPreferencesSerializer

Utility to encrypt and decrypt the key when storing it or retrieving it

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun readFrom(input: InputStream): UserSecretPreferences
Link copied to clipboard
open suspend override fun writeTo(t: UserSecretPreferences, output: OutputStream)

Don't change the name of the params, otherwise you'll get warnings because of the supertype 'Serializer'