KdfCounterParameters(Byte, Byte, Int32) Constructor

Base constructor - suffix fixed input data only.

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public KdfCounterParameters(
	byte[] ki,
	byte[] fixedInputDataCounterSuffix,
	int r
)

Parameters

ki  Byte
the KDF seed
fixedInputDataCounterSuffix  Byte
fixed input data to follow counter.
r  Int32
length of the counter in bits

See Also