Class DSAKeyValueImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
- All Implemented Interfaces:
XMLObject
,DSAKeyValue
public class DSAKeyValueImpl extends AbstractXMLObject implements DSAKeyValue
Concrete implementation of
DSAKeyValue
.-
Field Summary
Fields Modifier and Type Field Description private G
g
G child element.private J
j
J child element.private P
p
P child element.private PgenCounter
pgenCounter
PgenCounter child element.private Q
q
Q child element.private Seed
seed
Seed child element.private Y
y
Y child element.Fields inherited from interface org.opensaml.xmlsec.signature.DSAKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
DSAKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor. -
Method Summary
Modifier and Type Method Description G
getG()
Get the G child element.J
getJ()
Get the J child element.List<XMLObject>
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.P
getP()
Get the P child element.PgenCounter
getPgenCounter()
Get the PgenCounter element.Q
getQ()
Get the Q child element.Seed
getSeed()
Get the Seed element.Y
getY()
Get the Y child element.void
setG(G newG)
Set the G child element.void
setJ(J newJ)
Set the J child element.void
setP(P newP)
Set the P child element.void
setPgenCounter(PgenCounter newPgenCounter)
Set the PgenCounter element.void
setQ(Q newQ)
Set the Q child element.void
setSeed(Seed newSeed)
Set the Seed element.void
setY(Y newY)
Set the Y child element.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
p
P child element. -
q
Q child element. -
g
G child element. -
y
Y child element. -
j
J child element. -
seed
Seed child element. -
pgenCounter
PgenCounter child element.
-
-
Constructor Details
-
DSAKeyValueImpl
Constructor.- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
-
-
Method Details
-
getP
Get the P child element.- Specified by:
getP
in interfaceDSAKeyValue
- Returns:
- the P child element
-
setP
Set the P child element.- Specified by:
setP
in interfaceDSAKeyValue
- Parameters:
newP
- the new P child element
-
getQ
Get the Q child element.- Specified by:
getQ
in interfaceDSAKeyValue
- Returns:
- the Q child element
-
setQ
Set the Q child element.- Specified by:
setQ
in interfaceDSAKeyValue
- Parameters:
newQ
- the new Q child element
-
getG
Get the G child element.- Specified by:
getG
in interfaceDSAKeyValue
- Returns:
- the G child element
-
setG
Set the G child element.- Specified by:
setG
in interfaceDSAKeyValue
- Parameters:
newG
- the new G child element
-
getY
Get the Y child element.- Specified by:
getY
in interfaceDSAKeyValue
- Returns:
- the Y child element
-
setY
Set the Y child element.- Specified by:
setY
in interfaceDSAKeyValue
- Parameters:
newY
- the new Y child element
-
getJ
Get the J child element.- Specified by:
getJ
in interfaceDSAKeyValue
- Returns:
- the J child element
-
setJ
Set the J child element.- Specified by:
setJ
in interfaceDSAKeyValue
- Parameters:
newJ
- the new J child element
-
getSeed
Get the Seed element.- Specified by:
getSeed
in interfaceDSAKeyValue
- Returns:
- the Seed element
-
setSeed
Set the Seed element.- Specified by:
setSeed
in interfaceDSAKeyValue
- Parameters:
newSeed
- new Seed element
-
getPgenCounter
Get the PgenCounter element.- Specified by:
getPgenCounter
in interfaceDSAKeyValue
- Returns:
- the PgenCounter element
-
setPgenCounter
Set the PgenCounter element.- Specified by:
setPgenCounter
in interfaceDSAKeyValue
- Parameters:
newPgenCounter
- new PgenCounter element
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Returns:
- ordered list of child elements
-