RC2Parameters(Byte, Int32, Int32, Int32) Constructor

Initializes a new instance of the RC2Parameters class

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public RC2Parameters(
	byte[] key,
	int keyOff,
	int keyLen,
	int bits
)

Parameters

key  Byte
 
keyOff  Int32
 
keyLen  Int32
 
bits  Int32
 

See Also