public final class KDFFeedbackParameters extends java.lang.Object implements DerivationParameters
| Modifier and Type | Method and Description | 
|---|---|
static KDFFeedbackParameters | 
createWithCounter(byte[] ki,
                 byte[] iv,
                 byte[] fixedInputData,
                 int r)  | 
static KDFFeedbackParameters | 
createWithoutCounter(byte[] ki,
                    byte[] iv,
                    byte[] fixedInputData)  | 
byte[] | 
getFixedInputData()  | 
byte[] | 
getIV()  | 
byte[] | 
getKI()  | 
int | 
getR()  | 
boolean | 
useCounter()  | 
public static KDFFeedbackParameters createWithCounter(byte[] ki, byte[] iv, byte[] fixedInputData, int r)
public static KDFFeedbackParameters createWithoutCounter(byte[] ki, byte[] iv, byte[] fixedInputData)
public byte[] getKI()
public byte[] getIV()
public boolean useCounter()
public int getR()
public byte[] getFixedInputData()