Class DSAKeyValueImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
- All Implemented Interfaces:
XMLObject
,DSAKeyValue
Concrete implementation of
DSAKeyValue
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate G
G child element.private J
J child element.private P
P child element.private PgenCounter
PgenCounter child element.private Q
Q child element.private Seed
Seed child element.private 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
ConstructorsModifierConstructorDescriptionprotected
DSAKeyValueImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetG()
Get the G child element.getJ()
Get the J child element.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.getP()
Get the P child element.Get the PgenCounter element.getQ()
Get the Q child element.getSeed()
Get the Seed element.getY()
Get the Y child element.void
Set the G child element.void
Set the J child element.void
Set the P child element.void
setPgenCounter
(PgenCounter newPgenCounter) Set the PgenCounter element.void
Set the Q child element.void
Set the Seed element.void
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
-