EncryptionService

class EncryptionService(keysetStore: TinkKeysetStore, keysetName: String = "default-aead", generateIfMissing: Boolean = true)

Constructors

Link copied to clipboard
constructor(keysetStore: TinkKeysetStore, keysetName: String = "default-aead", generateIfMissing: Boolean = true)

Functions

Link copied to clipboard
fun decrypt(bytes: ByteArray, associatedData: ByteArray?): ByteArray
Link copied to clipboard
fun encrypt(bytes: ByteArray, associatedData: ByteArray?): ByteArray