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 GG child element.private JJ child element.private PP child element.private PgenCounterPgenCounter child element.private QQ child element.private SeedSeed child element.private YY 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
ConstructorsModifierConstructorDescriptionprotectedDSAKeyValueImpl(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.voidSet the G child element.voidSet the J child element.voidSet the P child element.voidsetPgenCounter(PgenCounter newPgenCounter) Set the PgenCounter element.voidSet the Q child element.voidSet the Seed element.voidSet the Y child element.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
protected DSAKeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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 Details
-
getP
Get the P child element.- Specified by:
getPin interfaceDSAKeyValue- Returns:
- the P child element
-
setP
Set the P child element.- Specified by:
setPin interfaceDSAKeyValue- Parameters:
newP- the new P child element
-
getQ
Get the Q child element.- Specified by:
getQin interfaceDSAKeyValue- Returns:
- the Q child element
-
setQ
Set the Q child element.- Specified by:
setQin interfaceDSAKeyValue- Parameters:
newQ- the new Q child element
-
getG
Get the G child element.- Specified by:
getGin interfaceDSAKeyValue- Returns:
- the G child element
-
setG
Set the G child element.- Specified by:
setGin interfaceDSAKeyValue- Parameters:
newG- the new G child element
-
getY
Get the Y child element.- Specified by:
getYin interfaceDSAKeyValue- Returns:
- the Y child element
-
setY
Set the Y child element.- Specified by:
setYin interfaceDSAKeyValue- Parameters:
newY- the new Y child element
-
getJ
Get the J child element.- Specified by:
getJin interfaceDSAKeyValue- Returns:
- the J child element
-
setJ
Set the J child element.- Specified by:
setJin interfaceDSAKeyValue- Parameters:
newJ- the new J child element
-
getSeed
Get the Seed element.- Specified by:
getSeedin interfaceDSAKeyValue- Returns:
- the Seed element
-
setSeed
Set the Seed element.- Specified by:
setSeedin interfaceDSAKeyValue- Parameters:
newSeed- new Seed element
-
getPgenCounter
Get the PgenCounter element.- Specified by:
getPgenCounterin interfaceDSAKeyValue- Returns:
- the PgenCounter element
-
setPgenCounter
Set the PgenCounter element.- Specified by:
setPgenCounterin 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:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-