Initializes a new instance of the IesWithCipherParameters class

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

Syntax

C#
public IesWithCipherParameters(
	byte[] derivation,
	byte[] encoding,
	int macKeySize,
	int cipherKeySize
)
Visual Basic
Public Sub New ( _
	derivation As Byte(), _
	encoding As Byte(), _
	macKeySize As Integer, _
	cipherKeySize As Integer _
)
Visual C++
public:
IesWithCipherParameters(
	array<unsigned char>^ derivation, 
	array<unsigned char>^ encoding, 
	int macKeySize, 
	int cipherKeySize
)

Parameters

derivation
Type: array<System..::..Byte>[]()[][]
encoding
Type: array<System..::..Byte>[]()[][]
macKeySize
Type: System..::..Int32
cipherKeySize
Type: System..::..Int32

See Also