Uses of Class
org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey
-
Uses of HKDFKeyGenerator.HKDFMasterKey in org.forgerock.util.crypto
Modifier and TypeMethodDescriptionHKDFKeyGenerator.extractMasterKey
(byte[] inputKeyMaterial) The HKDF "extract" phase that generates a master key from some input key material.HKDFKeyGenerator.extractMasterKey
(byte[] inputKeyMaterial, byte[] salt) The HKDF "extract" phase that generates a master key from some input key material.