Uses of Class
org.apache.xml.security.encryption.params.ConcatKDFParams
Packages that use ConcatKDFParams
Package
Description
-
Uses of ConcatKDFParams in org.apache.xml.security.encryption.keys.content.derivedKey
Methods in org.apache.xml.security.encryption.keys.content.derivedKey with parameters of type ConcatKDFParamsModifier and TypeMethodDescriptionbyte[]ConcatKDF.deriveKey(byte[] sharedSecret, ConcatKDFParams concatKDFParams) Derives a key from the shared secret and other concat kdf parameters. -
Uses of ConcatKDFParams in org.apache.xml.security.encryption.params
Methods in org.apache.xml.security.encryption.params that return ConcatKDFParamsModifier and TypeMethodDescriptionConcatKDFParams.Builder.build()Method builds the ConcatKDF key derivation algorithm parameters from the builder configuration. -
Uses of ConcatKDFParams in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils with parameters of type ConcatKDFParamsModifier and TypeMethodDescriptionstatic byte[]KeyUtils.deriveKeyWithConcatKDF(byte[] sharedSecret, ConcatKDFParams ckdfParameter) Derive a key using the Concatenation Key Derivation Function (ConcatKDF) with implementation instanceConcatKDFParams.