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
)
Visual Basic
Public Sub New ( _
	agree As IBasicAgreement, _
	kdf As IDerivationFunction, _
	mac As IMac _
)
Visual C++
public:
IesEngine(
	IBasicAgreement^ agree, 
	IDerivationFunction^ kdf, 
	IMac^ mac
)

See Also