StorageEncryption

Functions

Link copied to clipboard
abstract fun <T> decrypt(data: String, type: StorageDataType.NotNullable): T
Link copied to clipboard
abstract fun <T> encrypt(value: T, type: StorageDataType.NotNullable): String