Uses of Interface
org.apache.xml.security.encryption.keys.content.derivedKey.KDFParams
-
Packages that use KDFParams Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys.content.derivedKey -
-
Uses of KDFParams in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KDFParams Modifier and Type Method Description KDFParamsKeyDerivationMethod. 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 KDFParams Modifier and Type Class Description classConcatKDFParamsImplClass ConcatKDFParamsImpl is an DOM representation of the ConcatKDFParams.classHKDFParamsImplClass HKDFParamsImpl is an DOM representation of the HKDF Parameters.Methods in org.apache.xml.security.encryption.keys.content.derivedKey that return KDFParams Modifier and Type Method Description KDFParamsKeyDerivationMethodImpl. 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 Modifier and Type Method Description voidKeyDerivationMethodImpl. setKDFParams(KDFParams kdfParams)
-