public final class KDFFeedbackParameters extends 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()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.