encrypt

abstract fun encrypt(clearText: ByteArray): ByteArray

Encrypts the data.

Return

encrypted data

Parameters

clearText

bytes to encrypt