Initializes a new instance of the IesEngine class
Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public IesEngine( IBasicAgreement agree, IDerivationFunction kdf, IMac mac, BufferedBlockCipher cipher ) |
Visual Basic |
---|
Public Sub New ( _ agree As IBasicAgreement, _ kdf As IDerivationFunction, _ mac As IMac, _ cipher As BufferedBlockCipher _ ) |
Visual C++ |
---|
public: IesEngine( IBasicAgreement^ agree, IDerivationFunction^ kdf, IMac^ mac, BufferedBlockCipher^ cipher ) |
Parameters
- agree
- Type: Org.BouncyCastle.Crypto..::..IBasicAgreement
- mac
- Type: Org.BouncyCastle.Crypto..::..IMac
- cipher
- Type: Org.BouncyCastle.Crypto..::..BufferedBlockCipher