Class KdfFeedbackParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
public class KdfFeedbackParameters : IDerivationParameters
- Inheritance
-
KdfFeedbackParameters
- Implements
-
- Inherited Members
-
Properties
public byte[] FixedInputData { get; }
Property Value
- byte[]
Iv
public byte[] Iv { get; }
Property Value
- byte[]
Ki
public byte[] Ki { get; }
Property Value
- byte[]
R
Property Value
- int
UseCounter
public bool UseCounter { get; }
Property Value
- bool
Methods
CreateWithCounter(byte[], byte[], byte[], int)
public static KdfFeedbackParameters CreateWithCounter(byte[] ki, byte[] iv, byte[] fixedInputData, int r)
Parameters
ki byte[]
iv byte[]
fixedInputData byte[]
r int
Returns
- KdfFeedbackParameters
CreateWithoutCounter(byte[], byte[], byte[])
public static KdfFeedbackParameters CreateWithoutCounter(byte[] ki, byte[] iv, byte[] fixedInputData)
Parameters
ki byte[]
iv byte[]
fixedInputData byte[]
Returns
- KdfFeedbackParameters