Initializes a new instance of the EaxBlockCipher class

Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public EaxBlockCipher(
	IBlockCipher cipher
)
Visual Basic
Public Sub New ( _
	cipher As IBlockCipher _
)
Visual C++
public:
EaxBlockCipher(
	IBlockCipher^ cipher
)

See Also