Uses of Class
org.apache.xml.security.encryption.params.ConcatKDFParams
-
Packages that use ConcatKDFParams Package Description org.apache.xml.security.encryption -
-
Uses of ConcatKDFParams in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return ConcatKDFParams Modifier and Type Method Description static ConcatKDFParamsXMLCipherUtil. constructConcatKeyDerivationParameter(int keyBitLength, String digestMethod)Construct a ConcatKeyDerivationParameter object from the key length and digest method.static ConcatKDFParamsXMLCipherUtil. constructConcatKeyDerivationParameter(int keyBitLength, String digestMethod, String algorithmId, String partyUInfo, String partyVInfo, String suppPubInfo, String suppPrivInfo)Construct a ConcatKeyDerivationParameter object from the given parameters
-