Initializes a new instance of the RC5Parameters class

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

Syntax

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

Parameters

key
Type: array<System..::..Byte>[]()[][]
rounds
Type: System..::..Int32

See Also