Initializes a new instance of the RC2Parameters class

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

Syntax

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

Parameters

key
Type: array<System..::..Byte>[]()[][]
keyOff
Type: System..::..Int32
keyLen
Type: System..::..Int32
bits
Type: System..::..Int32

See Also