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 ofDSAKeyValue.
-
-
Field Summary
Fields Modifier and Type Field Description private GgG child element.private JjJ child element.private PpP child element.private PgenCounterpgenCounterPgenCounter child element.private QqQ child element.private SeedseedSeed child element.private YyY 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 protectedDSAKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgetG()Get the G child element.JgetJ()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.PgetP()Get the P child element.PgenCountergetPgenCounter()Get the PgenCounter element.QgetQ()Get the Q child element.SeedgetSeed()Get the Seed element.YgetY()Get the Y child element.voidsetG(G newG)Set the G child element.voidsetJ(J newJ)Set the J child element.voidsetP(P newP)Set the P child element.voidsetPgenCounter(PgenCounter newPgenCounter)Set the PgenCounter element.voidsetQ(Q newQ)Set the Q child element.voidsetSeed(Seed newSeed)Set the Seed element.voidsetY(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
-
-
-
-
Constructor Detail
-
DSAKeyValueImpl
protected DSAKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
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 Detail
-
getP
public P getP()
Get the P child element.- Specified by:
getPin interfaceDSAKeyValue- Returns:
- the P child element
-
setP
public void setP(P newP)
Set the P child element.- Specified by:
setPin interfaceDSAKeyValue- Parameters:
newP- the new P child element
-
getQ
public Q getQ()
Get the Q child element.- Specified by:
getQin interfaceDSAKeyValue- Returns:
- the Q child element
-
setQ
public void setQ(Q newQ)
Set the Q child element.- Specified by:
setQin interfaceDSAKeyValue- Parameters:
newQ- the new Q child element
-
getG
public G getG()
Get the G child element.- Specified by:
getGin interfaceDSAKeyValue- Returns:
- the G child element
-
setG
public void setG(G newG)
Set the G child element.- Specified by:
setGin interfaceDSAKeyValue- Parameters:
newG- the new G child element
-
getY
public Y getY()
Get the Y child element.- Specified by:
getYin interfaceDSAKeyValue- Returns:
- the Y child element
-
setY
public void setY(Y newY)
Set the Y child element.- Specified by:
setYin interfaceDSAKeyValue- Parameters:
newY- the new Y child element
-
getJ
public J getJ()
Get the J child element.- Specified by:
getJin interfaceDSAKeyValue- Returns:
- the J child element
-
setJ
public void setJ(J newJ)
Set the J child element.- Specified by:
setJin interfaceDSAKeyValue- Parameters:
newJ- the new J child element
-
getSeed
public Seed getSeed()
Get the Seed element.- Specified by:
getSeedin interfaceDSAKeyValue- Returns:
- the Seed element
-
setSeed
public void setSeed(Seed newSeed)
Set the Seed element.- Specified by:
setSeedin interfaceDSAKeyValue- Parameters:
newSeed- new Seed element
-
getPgenCounter
public PgenCounter getPgenCounter()
Get the PgenCounter element.- Specified by:
getPgenCounterin interfaceDSAKeyValue- Returns:
- the PgenCounter element
-
setPgenCounter
public void setPgenCounter(PgenCounter newPgenCounter)
Set the PgenCounter element.- Specified by:
setPgenCounterin interfaceDSAKeyValue- Parameters:
newPgenCounter- new PgenCounter element
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-
-