Initializes a new instance of the KeyParameter class

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

Syntax

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

Parameters

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

See Also