decryptingSourceWithIv

abstract fun decryptingSourceWithIv(iv: ByteArray, ciphertext: RawSource): RawSource(source)
open fun decryptingSourceWithIv(iv: ByteString, ciphertext: RawSource): RawSource(source)