| Package | Description |
|---|---|
| org.apache.xml.security.encryption.params |
| Modifier and Type | Method and Description |
|---|---|
static HKDFParams.Builder |
HKDFParams.createBuilder(int keyBitLength,
String hmacHashAlgorithm)
Method create a new builder for the HKDFParams.
|
HKDFParams.Builder |
HKDFParams.Builder.info(byte[] info)
Set the (optional) info value which is used for the key derivation.
|
HKDFParams.Builder |
HKDFParams.Builder.salt(byte[] salt)
Set the (optional) salt value which is used for the key derivation.
|
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.