| Package | Description |
|---|---|
| org.apache.xml.security.encryption.keys.content.derivedKey | |
| org.apache.xml.security.encryption.params | |
| org.apache.xml.security.utils |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HKDF.deriveKey(byte[] secret,
HKDFParams params)
Derive a key using the HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
as defined in RFC 5869.
|
| Modifier and Type | Method and Description |
|---|---|
HKDFParams |
HKDFParams.Builder.build()
Build the HKDFParams instance with the configured parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
KeyUtils.deriveKeyWithHKDF(byte[] sharedSecret,
HKDFParams hkdfParameter)
Derive a key using the HMAC-based Extract-and-Expand Key Derivation
Function (HKDF) with implementation instance
HKDFParams. |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.