| 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[] |
ConcatKDF.deriveKey(byte[] sharedSecret,
ConcatKDFParams concatKDFParams)
Derives a key from the shared secret and other concat kdf parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ConcatKDFParams |
ConcatKDFParams.Builder.build()
Method builds the ConcatKDF key derivation algorithm parameters from
the builder configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
KeyUtils.deriveKeyWithConcatKDF(byte[] sharedSecret,
ConcatKDFParams ckdfParameter)
Derive a key using the Concatenation Key Derivation Function (ConcatKDF)
with implementation instance
ConcatKDFParams. |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.