ICipherBuilderBuildCipher Method
Build a cipher that operates on the passed in stream.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function BuildCipher(stream);
- stream Stream
- The stream to write/read any encrypted/decrypted data.
ICipherA cipher based around the given stream.