Initializes a new instance of the BufferedStreamCipher class

Namespace: Org.BouncyCastle.Crypto
Assembly: 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
)

See Also