decryptingSource

abstract fun decryptingSource(ciphertext: RawSource): RawSource(source)

Returns a RawSource that decrypts data as it is read from the given ciphertext source. The resulting source produces plaintext on reads.

Use decryptingSink to wrap a sink instead.