encryptWithIv

open suspend override fun encryptWithIv(iv: ByteArray, plaintext: ByteArray): ByteArray(source)
open suspend override fun encryptWithIv(iv: ByteString, plaintext: ByteString): ByteString(source)
open suspend fun encryptWithIv(iv: ByteArray, plaintext: ByteArray, associatedData: ByteArray?): ByteArray(source)
open suspend fun encryptWithIv(iv: ByteString, plaintext: ByteString, associatedData: ByteString?): ByteString(source)