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