Uses of Class
com.yahoo.security.HKDF
Packages that use HKDF
-
Uses of HKDF in com.yahoo.security
Methods in com.yahoo.security that return HKDFModifier and TypeMethodDescriptionstatic HKDFHKDF.extractedFrom(byte[] salt, byte[] ikm) Creates and returns a new HKDF instance extracted from the given salt and key.static HKDFHKDF.ofPseudoRandomKey(byte[] prk) static HKDFHKDF.unsaltedExtractedFrom(byte[] ikm) Creates and returns a new unsalted HKDF instance extracted from the given key.