Uses of Class
org.apache.xml.security.encryption.params.ConcatKDFParams
-
Packages that use ConcatKDFParams Package Description org.apache.xml.security.encryption.keys.content.derivedKey org.apache.xml.security.encryption.params org.apache.xml.security.utils -
-
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 ConcatKDFParams Modifier and Type Method Description byte[]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 ConcatKDFParams Modifier and Type Method Description ConcatKDFParamsConcatKDFParams.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 ConcatKDFParams Modifier and Type Method Description static byte[]KeyUtils. deriveKeyWithConcatKDF(byte[] sharedSecret, ConcatKDFParams ckdfParameter)Derive a key using the Concatenation Key Derivation Function (ConcatKDF) with implementation instanceConcatKDFParams.
-