Initializes a new instance of the Cast5CbcParameters class

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

Syntax

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

Parameters

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

See Also