Encryptor

Inheritors

Functions

Link copied to clipboard
open suspend fun encrypt(iv: ByteArray, plaintextInput: ByteArray): ByteArray
open suspend fun encrypt(plaintextInput: ByteArray): ByteArray
Link copied to clipboard
abstract fun encryptBlocking(iv: ByteArray, plaintextInput: ByteArray): ByteArray
abstract fun encryptBlocking(plaintextInput: ByteArray): ByteArray