Initializes a new instance of the CtsBlockCipher class

Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public CtsBlockCipher(
	IBlockCipher cipher
)
Visual Basic
Public Sub New ( _
	cipher As IBlockCipher _
)
Visual C++
public:
CtsBlockCipher(
	IBlockCipher^ cipher
)

See Also