| Constructor and Description |
|---|
HKDF() |
| Modifier and Type | Method and Description |
|---|---|
static HKDF |
createFor(int messageVersion) |
byte[] |
deriveSecrets(byte[] inputKeyMaterial,
byte[] salt,
byte[] info,
int outputLength) |
byte[] |
deriveSecrets(byte[] inputKeyMaterial,
byte[] info,
int outputLength) |
protected abstract int |
getIterationStartOffset() |
public static HKDF createFor(int messageVersion)
public byte[] deriveSecrets(byte[] inputKeyMaterial,
byte[] info,
int outputLength)
public byte[] deriveSecrets(byte[] inputKeyMaterial,
byte[] salt,
byte[] info,
int outputLength)
protected abstract int getIterationStartOffset()