public class ConcatKDFParamsImpl extends AbstractXMLObject implements ConcatKDFParams
ConcatKDFParams.ALGORITHMID_ATTRIBUTE_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, PARTY_UI_NFO_ATTRIBUTE_NAME, PARTY_V_INFO_ATTRIBUTE_NAME, SUPP_PRIV_INFO_ATTRIBUTE_NAME, SUPP_PUB_INFO_ATTRIBUTE_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
ConcatKDFParamsImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAlgorithmID()
Gets the
AlgorithmID attribute in its padded and encoded form. |
DigestMethod |
getDigestMethod()
Gets the digest method.
|
List<XMLObject> |
getOrderedChildren() |
byte[] |
getPartyUInfo()
Gets the
PartyUInfo attribute in its padded and encoded form. |
byte[] |
getPartyVInfo()
Gets the
PartyVInfo attribute in its padded and encoded form. |
byte[] |
getSuppPrivInfo()
Gets the
SuppPrivInfo attribute in its padded and encoded form. |
byte[] |
getSuppPubInfo()
Gets the
SuppPubInfo attribute in its padded and encoded form. |
void |
setAlgorithmID(byte[] algorithmID)
Sets the
AlgorithmID attribute. |
void |
setDigestMethod(DigestMethod digestMethod)
Sets the digest method.
|
void |
setPartyUInfo(byte[] partyUInfo)
Sets the
PartyUInfo attribute. |
void |
setPartyVInfo(byte[] partyVInfo)
Sets the
PartyVInfo attribute. |
void |
setSuppPrivInfo(byte[] suppPrivInfo)
Sets the
SuppPrivInfo attribute. |
void |
setSuppPubInfo(byte[] suppPubInfo)
Sets the
SuppPubInfo attribute. |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected ConcatKDFParamsImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic DigestMethod getDigestMethod()
getDigestMethod in interface ConcatKDFParamspublic void setDigestMethod(DigestMethod digestMethod)
setDigestMethod in interface ConcatKDFParamsdigestMethod - the digest methodpublic byte[] getAlgorithmID()
AlgorithmID attribute in its padded and encoded form.getAlgorithmID in interface ConcatKDFParamsAlgorithmID attributepublic void setAlgorithmID(byte[] algorithmID)
AlgorithmID attribute.setAlgorithmID in interface ConcatKDFParamsalgorithmID - the AlgorithmID attribute in its padded and encoded formpublic byte[] getPartyUInfo()
PartyUInfo attribute in its padded and encoded form.getPartyUInfo in interface ConcatKDFParamsPartyUInfo attributepublic void setPartyUInfo(byte[] partyUInfo)
PartyUInfo attribute.setPartyUInfo in interface ConcatKDFParamspartyUInfo - the PartyUInfo attribute in its padded and encoded formpublic byte[] getPartyVInfo()
PartyVInfo attribute in its padded and encoded form.getPartyVInfo in interface ConcatKDFParamsPartyVInfo attributepublic void setPartyVInfo(byte[] partyVInfo)
PartyVInfo attribute.setPartyVInfo in interface ConcatKDFParamspartyVInfo - the PartyVInfo attribute in its padded and encoded formpublic byte[] getSuppPubInfo()
SuppPubInfo attribute in its padded and encoded form.getSuppPubInfo in interface ConcatKDFParamsSuppPubInfo attributepublic void setSuppPubInfo(byte[] suppPubInfo)
SuppPubInfo attribute.setSuppPubInfo in interface ConcatKDFParamssuppPubInfo - the SuppPubInfo attribute in its padded and encoded formpublic byte[] getSuppPrivInfo()
SuppPrivInfo attribute in its padded and encoded form.getSuppPrivInfo in interface ConcatKDFParamsSuppPrivInfo attributepublic void setSuppPrivInfo(byte[] suppPrivInfo)
SuppPrivInfo attribute.setSuppPrivInfo in interface ConcatKDFParamssuppPrivInfo - the SuppPrivInfo attribute in its padded and encoded formpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 2020 Sweden Connect. All rights reserved.