public class HKDFUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
calculateHKDFSHA256(byte[] ikm,
byte[] salt,
byte[] info,
int outputLength)
calculate HKDF with SHA256
|
public static byte[] calculateHKDFSHA256(byte[] ikm,
byte[] salt,
byte[] info,
int outputLength)
ikm - input keying materialsalt - saltinfo - context and application specific informationoutputLength - length of output keying material in bytes