public class ConcatKDFParamsImpl extends Encryption11ElementProxy implements KDFParams
baseURI, LOG| Constructor and Description |
|---|
ConcatKDFParamsImpl(Document doc)
Constructor ConcatKDFParamsImpl creates a new ConcatKDFParamsImpl instance.
|
ConcatKDFParamsImpl(Element element,
String baseURI)
Constructor ConcatKDFParamsImpl from existing XML element
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmId() |
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
String |
getDigestMethod() |
String |
getPartyUInfo() |
String |
getPartyVInfo() |
String |
getSuppPrivInfo() |
String |
getSuppPubInfo() |
void |
setAlgorithmId(String algorithm)
Sets the
Algorithm attribute |
void |
setDigestMethod(String digestMethod) |
void |
setPartyUInfo(String partyUInfo)
Sets the
PartyUInfo attribute |
void |
setPartyVInfo(String partyVInfo)
Sets the
PartyVInfo attribute |
void |
setSuppPrivInfo(String suppPrivInfo)
Sets the
SuppPrivInfo attribute |
void |
setSuppPubInfo(String suppPubInfo)
Sets the
SuppPubInfo attribute |
String |
toString() |
getBaseNamespaceaddBase64Element, 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, setXPathNamespaceContextpublic ConcatKDFParamsImpl(Document doc)
doc - the Document in which to create the DOM treepublic ConcatKDFParamsImpl(Element element, String baseURI) throws XMLSecurityException
element - the element to use as sourcebaseURI - the URI of the resource where the XML instance was storedXMLSecurityExceptionpublic void setAlgorithmId(String algorithm)
Algorithm attributealgorithm - IDpublic String getAlgorithmId()
public void setPartyUInfo(String partyUInfo)
PartyUInfo attributepartyUInfo - public String getPartyUInfo()
public void setPartyVInfo(String partyVInfo)
PartyVInfo attributepartyVInfo - public String getPartyVInfo()
public void setSuppPubInfo(String suppPubInfo)
SuppPubInfo attributesuppPubInfo - public String getSuppPubInfo()
public void setSuppPrivInfo(String suppPrivInfo)
SuppPrivInfo attributesuppPrivInfo - public String getSuppPrivInfo()
public void setDigestMethod(String digestMethod)
public String getDigestMethod()
public String getBaseLocalName()
ElementProxygetBaseLocalName in class ElementProxyCopyright © 2000–2024 The Apache Software Foundation. All rights reserved.