Searched defs:inputKeyMaterial (Results 1 – 1 of 1) sorted by relevance
413 public static byte[] hkdf(SecretKey inputKeyMaterial, byte[] salt, byte[] info) in hkdf()476 private static byte[] hkdfSha256Extract(SecretKey inputKeyMaterial, byte[] salt) in hkdfSha256Extract()