public class TwoStepKDFParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Class and Description |
---|---|
static class |
TwoStepKDFParameterSpec.Builder |
static class |
TwoStepKDFParameterSpec.CounterLocation |
static class |
TwoStepKDFParameterSpec.KDFMode |
Modifier and Type | Method and Description |
---|---|
TwoStepKDFParameterSpec.CounterLocation |
getCounterLocation()
Return the counter location
|
byte[] |
getInfo()
Returns the info field, which may be empty (null is converted to empty).
|
byte[] |
getIV()
Return the optional IV, only used with Feedback Mode.
|
TwoStepKDFParameterSpec.KDFMode |
getKDFMode()
Returns the salt, or null if the salt should be generated as a byte array
of HashLen zeros.
|
int |
getR()
Return R, the size in bits of the counter, if one is required.
|
byte[] |
getSalt()
Returns the salt, or null if the salt should be generated as a byte array
of HashLen zeros.
|
public TwoStepKDFParameterSpec.KDFMode getKDFMode()
public byte[] getSalt()
public byte[] getInfo()
public int getR()
public TwoStepKDFParameterSpec.CounterLocation getCounterLocation()
public byte[] getIV()