Initializes a new instance of the CtsBlockCipher class
Namespace: Org.BouncyCastle.Crypto.ModesAssembly: 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 ) |
Parameters
- cipher
- Type: Org.BouncyCastle.Crypto..::..IBlockCipher