Uses of Class
org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey
-
Packages that use HKDFKeyGenerator.HKDFMasterKey Package Description org.forgerock.util.crypto Provides common crypto constants and classes. -
-
Uses of HKDFKeyGenerator.HKDFMasterKey in org.forgerock.util.crypto
Methods in org.forgerock.util.crypto that return HKDFKeyGenerator.HKDFMasterKey Modifier and Type Method Description static HKDFKeyGenerator.HKDFMasterKey
HKDFKeyGenerator. extractMasterKey(byte[] inputKeyMaterial)
The HKDF "extract" phase that generates a master key from some input key material.static HKDFKeyGenerator.HKDFMasterKey
HKDFKeyGenerator. extractMasterKey(byte[] inputKeyMaterial, byte[] salt)
The HKDF "extract" phase that generates a master key from some input key material.
-