Module org.apache.santuario.xmlsec
Class ConcatKDFParamsImpl
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.Encryption11ElementProxy
org.apache.xml.security.encryption.keys.content.derivedKey.ConcatKDFParamsImpl
- All Implemented Interfaces:
KDFParams
Class ConcatKDFParamsImpl is an DOM representation of the ConcatKDFParams.
-
Field Summary
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG -
Constructor Summary
ConstructorsConstructorDescriptionConstructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.ConcatKDFParamsImpl(Element element, String baseURI) Constructor ConcatKDFParamsImpl from existing XML element -
Method Summary
Modifier and TypeMethodDescriptionReturns the localname of the Elements of the sub-class.voidsetAlgorithmId(String algorithm) Sets theAlgorithmattributevoidsetDigestMethod(String digestMethod) voidsetPartyUInfo(String partyUInfo) Sets thePartyUInfoattributevoidsetPartyVInfo(String partyVInfo) Sets thePartyVInfoattributevoidsetSuppPrivInfo(String suppPrivInfo) Sets theSuppPrivInfoattributevoidsetSuppPubInfo(String suppPubInfo) Sets theSuppPubInfoattributetoString()Methods inherited from class org.apache.xml.security.utils.Encryption11ElementProxy
getBaseNamespaceMethods inherited from class org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
Constructor Details
-
ConcatKDFParamsImpl
Constructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.- Parameters:
doc- the Document in which to create the DOM tree
-
ConcatKDFParamsImpl
Constructor ConcatKDFParamsImpl from existing XML element- Parameters:
element- the element to use as sourcebaseURI- the URI of the resource where the XML instance was stored- Throws:
XMLSecurityException
-
-
Method Details
-
setAlgorithmId
Sets theAlgorithmattribute- Parameters:
algorithm- ID
-
getAlgorithmId
-
setPartyUInfo
Sets thePartyUInfoattribute- Parameters:
partyUInfo-
-
getPartyUInfo
-
setPartyVInfo
Sets thePartyVInfoattribute- Parameters:
partyVInfo-
-
getPartyVInfo
-
setSuppPubInfo
Sets theSuppPubInfoattribute- Parameters:
suppPubInfo-
-
getSuppPubInfo
-
setSuppPrivInfo
Sets theSuppPrivInfoattribute- Parameters:
suppPrivInfo-
-
getSuppPrivInfo
-
setDigestMethod
-
getDigestMethod
-
getBaseLocalName
Description copied from class:ElementProxyReturns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalNamein classElementProxy- Returns:
- the localname of the Elements of the sub-class.
-
toString
-