KeyStoreCipher

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun create(context: Context, tag: String, requireUserAuthentication: Boolean): KeyStoreCipher
Link copied to clipboard
abstract fun decrypt(encrypted: Array<Byte>): Array<Byte>
Link copied to clipboard
abstract fun encrypt(data: Array<Byte>): Array<Byte>
Link copied to clipboard
abstract fun id(): String
Link copied to clipboard
abstract fun purge()
Link copied to clipboard
abstract fun validate()