Package | Description |
---|---|
org.forgerock.util.crypto |
Provides common crypto constants and classes.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.