ICipherBuilderBuildCipher Method

Build a cipher that operates on the passed in stream.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
ICipher BuildCipher(
	Stream stream
)

Parameters

stream  Stream
The stream to write/read any encrypted/decrypted data.

Return Value

ICipher
A cipher based around the given stream.

See Also