Package org.opensaml.xmlsec.signature
Interface DSAKeyValue
- All Superinterfaces:
XMLObject
- All Known Implementing Classes:
DSAKeyValueImpl
XMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetG()
Get the G child element.getJ()
Get the J child element.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 interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getP
Get the P child element.- Returns:
- the P child element
-
setP
Set the P child element.- Parameters:
newP
- the new P child element
-
getQ
Get the Q child element.- Returns:
- the Q child element
-
setQ
Set the Q child element.- Parameters:
newQ
- the new Q child element
-
getG
Get the G child element.- Returns:
- the G child element
-
setG
Set the G child element.- Parameters:
newG
- the new G child element
-
getY
Get the Y child element.- Returns:
- the Y child element
-
setY
Set the Y child element.- Parameters:
newY
- the new Y child element
-
getJ
Get the J child element.- Returns:
- the J child element
-
setJ
Set the J child element.- Parameters:
newJ
- the new J child element
-
getSeed
Get the Seed element.- Returns:
- the Seed element
-
setSeed
Set the Seed element.- Parameters:
newSeed
- new Seed element
-
getPgenCounter
Get the PgenCounter element.- Returns:
- the PgenCounter element
-
setPgenCounter
Set the PgenCounter element.- Parameters:
newPgenCounter
- new PgenCounter element
-