StorageEncryptionAES

Constructors

Link copied to clipboard
constructor(algorithm: String, key: SecretKey, iv: IvParameterSpec)

Types

Link copied to clipboard
object Companion

Functions

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