decryptingSourceWithIv

open override fun decryptingSourceWithIv(iv: ByteArray, ciphertext: RawSource): RawSource(source)
abstract fun decryptingSourceWithIv(iv: ByteArray, plaintext: RawSource, associatedData: ByteArray?): RawSource(source)
open fun decryptingSourceWithIv(iv: ByteString, plaintext: RawSource, associatedData: ByteString?): RawSource(source)