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