Initializes a new instance of the IdeaCbcPar class

Namespace: Org.BouncyCastle.Asn1.Misc
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public IdeaCbcPar(
	byte[] iv
)
Visual Basic
Public Sub New ( _
	iv As Byte() _
)
Visual C++
public:
IdeaCbcPar(
	array<unsigned char>^ iv
)

Parameters

iv
Type: array<System..::..Byte>[]()[][]

See Also