decryptWithIvBlocking

open override fun decryptWithIvBlocking(iv: ByteArray, ciphertext: ByteArray): ByteArray(source)
open override fun decryptWithIvBlocking(iv: ByteString, ciphertext: ByteString): ByteString(source)
abstract fun decryptWithIvBlocking(iv: ByteArray, ciphertext: ByteArray, associatedData: ByteArray?): ByteArray(source)
open fun decryptWithIvBlocking(iv: ByteString, ciphertext: ByteString, associatedData: ByteString?): ByteString(source)