Table of Contents

Class KdfDoublePipelineIterationParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public class KdfDoublePipelineIterationParameters : IDerivationParameters
Inheritance
KdfDoublePipelineIterationParameters
Implements
Inherited Members

Properties

FixedInputData

public byte[] FixedInputData { get; }

Property Value

byte[]

Ki

public byte[] Ki { get; }

Property Value

byte[]

R

public int R { get; }

Property Value

int

UseCounter

public bool UseCounter { get; }

Property Value

bool

Methods

CreateWithCounter(byte[], byte[], int)

public static KdfDoublePipelineIterationParameters CreateWithCounter(byte[] ki, byte[] fixedInputData, int r)

Parameters

ki byte[]
fixedInputData byte[]
r int

Returns

KdfDoublePipelineIterationParameters

CreateWithoutCounter(byte[], byte[])

public static KdfDoublePipelineIterationParameters CreateWithoutCounter(byte[] ki, byte[] fixedInputData)

Parameters

ki byte[]
fixedInputData byte[]

Returns

KdfDoublePipelineIterationParameters