Initializes a new instance of the BufferedStreamCipher class
Namespace: Org.BouncyCastle.CryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public BufferedStreamCipher( IStreamCipher cipher )  | 
| Visual Basic | 
|---|
Public Sub New ( _ cipher As IStreamCipher _ )  | 
| Visual C++ | 
|---|
public: BufferedStreamCipher( IStreamCipher^ cipher )  | 
Parameters
- cipher
 - Type: Org.BouncyCastle.Crypto..::..IStreamCipher