encryptingSource

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