encryptingSourceWithIv

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