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
-
public class ConcatKDFParamsImpl extends Encryption11ElementProxy
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
Constructors Constructor Description ConcatKDFParamsImpl(Document doc)Constructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.ConcatKDFParamsImpl(Element element, String baseURI)Constructor ConcatKDFParamsImpl from existing XML element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithmId()StringgetBaseLocalName()Returns the localname of the Elements of the sub-class.StringgetDigestMethod()StringgetPartyUInfo()StringgetPartyVInfo()StringgetSuppPrivInfo()StringgetSuppPubInfo()voidsetAlgorithmId(String algorithm)Sets theAlgorithmattributevoidsetDigestMethod(String digestMethod)voidsetPartyUInfo(String partyUInfo)Sets thePartyUInfoattributevoidsetPartyVInfo(String partyVInfo)Sets thePartyVInfoattributevoidsetSuppPrivInfo(String suppPrivInfo)Sets theSuppPrivInfoattributevoidsetSuppPubInfo(String suppPubInfo)Sets theSuppPubInfoattributeStringtoString()-
Methods inherited from class org.apache.xml.security.utils.Encryption11ElementProxy
getBaseNamespace
-
Methods 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 Detail
-
ConcatKDFParamsImpl
public ConcatKDFParamsImpl(Document doc)
Constructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.- Parameters:
doc- the Document in which to create the DOM tree
-
ConcatKDFParamsImpl
public ConcatKDFParamsImpl(Element element, String baseURI) throws XMLSecurityException
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 Detail
-
setAlgorithmId
public void setAlgorithmId(String algorithm)
Sets theAlgorithmattribute- Parameters:
algorithm- ID
-
getAlgorithmId
public String getAlgorithmId()
-
setPartyUInfo
public void setPartyUInfo(String partyUInfo)
Sets thePartyUInfoattribute- Parameters:
partyUInfo-
-
getPartyUInfo
public String getPartyUInfo()
-
setPartyVInfo
public void setPartyVInfo(String partyVInfo)
Sets thePartyVInfoattribute- Parameters:
partyVInfo-
-
getPartyVInfo
public String getPartyVInfo()
-
setSuppPubInfo
public void setSuppPubInfo(String suppPubInfo)
Sets theSuppPubInfoattribute- Parameters:
suppPubInfo-
-
getSuppPubInfo
public String getSuppPubInfo()
-
setSuppPrivInfo
public void setSuppPrivInfo(String suppPrivInfo)
Sets theSuppPrivInfoattribute- Parameters:
suppPrivInfo-
-
getSuppPrivInfo
public String getSuppPrivInfo()
-
setDigestMethod
public void setDigestMethod(String digestMethod)
-
getDigestMethod
public String getDigestMethod()
-
getBaseLocalName
public String 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.
-
-