Class DSAKeyValueImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,org.opensaml.xmlsec.signature.DSAKeyValue
public class DSAKeyValueImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.xmlsec.signature.DSAKeyValueConcrete implementation ofDSAKeyValue.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.xmlsec.signature.GgG child element.private org.opensaml.xmlsec.signature.JjJ child element.private org.opensaml.xmlsec.signature.PpP child element.private org.opensaml.xmlsec.signature.PgenCounterpgenCounterPgenCounter child element.private org.opensaml.xmlsec.signature.QqQ child element.private org.opensaml.xmlsec.signature.SeedseedSeed child element.private org.opensaml.xmlsec.signature.YyY child element.
-
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 org.opensaml.xmlsec.signature.GgetG()org.opensaml.xmlsec.signature.JgetJ()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()org.opensaml.xmlsec.signature.PgetP()org.opensaml.xmlsec.signature.PgenCountergetPgenCounter()org.opensaml.xmlsec.signature.QgetQ()org.opensaml.xmlsec.signature.SeedgetSeed()org.opensaml.xmlsec.signature.YgetY()voidsetG(org.opensaml.xmlsec.signature.G newG)voidsetJ(org.opensaml.xmlsec.signature.J newJ)voidsetP(org.opensaml.xmlsec.signature.P newP)voidsetPgenCounter(org.opensaml.xmlsec.signature.PgenCounter newPgenCounter)voidsetQ(org.opensaml.xmlsec.signature.Q newQ)voidsetSeed(org.opensaml.xmlsec.signature.Seed newSeed)voidsetY(org.opensaml.xmlsec.signature.Y newY)-
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 Detail
-
p
private org.opensaml.xmlsec.signature.P p
P child element.
-
q
private org.opensaml.xmlsec.signature.Q q
Q child element.
-
g
private org.opensaml.xmlsec.signature.G g
G child element.
-
y
private org.opensaml.xmlsec.signature.Y y
Y child element.
-
j
private org.opensaml.xmlsec.signature.J j
J child element.
-
seed
private org.opensaml.xmlsec.signature.Seed seed
Seed child element.
-
pgenCounter
private org.opensaml.xmlsec.signature.PgenCounter pgenCounter
PgenCounter child element.
-
-
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 org.opensaml.xmlsec.signature.P getP()
- Specified by:
getPin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setP
public void setP(org.opensaml.xmlsec.signature.P newP)
- Specified by:
setPin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getQ
public org.opensaml.xmlsec.signature.Q getQ()
- Specified by:
getQin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setQ
public void setQ(org.opensaml.xmlsec.signature.Q newQ)
- Specified by:
setQin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getG
public org.opensaml.xmlsec.signature.G getG()
- Specified by:
getGin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setG
public void setG(org.opensaml.xmlsec.signature.G newG)
- Specified by:
setGin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getY
public org.opensaml.xmlsec.signature.Y getY()
- Specified by:
getYin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setY
public void setY(org.opensaml.xmlsec.signature.Y newY)
- Specified by:
setYin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getJ
public org.opensaml.xmlsec.signature.J getJ()
- Specified by:
getJin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setJ
public void setJ(org.opensaml.xmlsec.signature.J newJ)
- Specified by:
setJin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getSeed
public org.opensaml.xmlsec.signature.Seed getSeed()
- Specified by:
getSeedin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setSeed
public void setSeed(org.opensaml.xmlsec.signature.Seed newSeed)
- Specified by:
setSeedin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getPgenCounter
public org.opensaml.xmlsec.signature.PgenCounter getPgenCounter()
- Specified by:
getPgenCounterin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
setPgenCounter
public void setPgenCounter(org.opensaml.xmlsec.signature.PgenCounter newPgenCounter)
- Specified by:
setPgenCounterin interfaceorg.opensaml.xmlsec.signature.DSAKeyValue
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
-