Uses of Class
org.apache.xml.security.encryption.params.HKDFParams
Packages that use HKDFParams
Package
Description
-
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 HKDFParamsModifier and TypeMethodDescriptionbyte[]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 HKDFParamsModifier and TypeMethodDescriptionHKDFParams.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 HKDFParamsModifier and TypeMethodDescriptionstatic byte[]KeyUtils.deriveKeyWithHKDF(byte[] sharedSecret, HKDFParams hkdfParameter) Derive a key using the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) with implementation instanceHKDFParams.