Encryptor

interface Encryptor

Inheritors

Functions

Link copied to clipboard
abstract suspend fun decrypt(data: ByteArray): ByteArray

Decrypts the given data.

Link copied to clipboard
abstract suspend fun encrypt(data: ByteArray): ByteArray

Encrypts the given data.