Uses of Interface
org.apache.xml.security.encryption.keys.content.derivedKey.KDFParams
Packages that use KDFParams
Package
Description
-
Uses of KDFParams in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KDFParamsModifier and TypeMethodDescriptionKeyDerivationMethod.getKDFParams()Returns the KDF parameters used by the key derivation algorithm. -
Uses of KDFParams in org.apache.xml.security.encryption.keys.content.derivedKey
Classes in org.apache.xml.security.encryption.keys.content.derivedKey that implement KDFParamsModifier and TypeClassDescriptionclassClass ConcatKDFParamsImpl is an DOM representation of the ConcatKDFParams.classClass HKDFParamsImpl is an DOM representation of the HKDF Parameters.Methods in org.apache.xml.security.encryption.keys.content.derivedKey that return KDFParamsModifier and TypeMethodDescriptionKeyDerivationMethodImpl.getKDFParams()Method returns the KDFParams object of this KeyDerivationMethod Element.Methods in org.apache.xml.security.encryption.keys.content.derivedKey with parameters of type KDFParams