Uses of Class
org.apache.xml.security.encryption.params.HKDFParams
-
Packages that use HKDFParams Package Description org.apache.xml.security.encryption.keys.content.derivedKey org.apache.xml.security.encryption.params org.apache.xml.security.utils -
-
Uses of HKDFParams in org.apache.xml.security.encryption.keys.content.derivedKey
Methods in org.apache.xml.security.encryption.keys.content.derivedKey with parameters of type HKDFParams Modifier and Type Method 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. -
Uses of HKDFParams in org.apache.xml.security.encryption.params
Methods in org.apache.xml.security.encryption.params that return HKDFParams Modifier and Type Method Description HKDFParamsHKDFParams.Builder. build()Build the HKDFParams instance with the configured parameters. -
Uses of HKDFParams in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils with parameters of type HKDFParams Modifier and Type Method 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 instanceHKDFParams.
-