encryptingSourceWithIv

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