|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.signature.impl.DSAKeyValueImpl
public class DSAKeyValueImpl
Concrete implementation of DSAKeyValue
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xml.signature.DSAKeyValue |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
DSAKeyValueImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
G |
getG()
Get the G child element. |
J |
getJ()
Get the J child element. |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
P |
getP()
Get the P child element. |
PgenCounter |
getPgenCounter()
Get the PgenCounter element. |
Q |
getQ()
Get the Q child element. |
Seed |
getSeed()
Get the Seed element. |
Y |
getY()
Get the Y child element. |
void |
setG(G newG)
Set the G child element. |
void |
setJ(J newJ)
Set the J child element. |
void |
setP(P newP)
Set the P child element. |
void |
setPgenCounter(PgenCounter newPgenCounter)
Set the PgenCounter element. |
void |
setQ(Q newQ)
Set the Q child element. |
void |
setSeed(Seed newSeed)
Set the Seed element. |
void |
setY(Y newY)
Set the Y child element. |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected DSAKeyValueImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - elementLocalName - namespacePrefix - | Method Detail |
|---|
public P getP()
getP in interface DSAKeyValuepublic void setP(P newP)
setP in interface DSAKeyValuenewP - the new P child elementpublic Q getQ()
getQ in interface DSAKeyValuepublic void setQ(Q newQ)
setQ in interface DSAKeyValuenewQ - the new Q child elementpublic G getG()
getG in interface DSAKeyValuepublic void setG(G newG)
setG in interface DSAKeyValuenewG - the new G child elementpublic Y getY()
getY in interface DSAKeyValuepublic void setY(Y newY)
setY in interface DSAKeyValuenewY - the new Y child elementpublic J getJ()
getJ in interface DSAKeyValuepublic void setJ(J newJ)
setJ in interface DSAKeyValuenewJ - the new J child elementpublic Seed getSeed()
getSeed in interface DSAKeyValuepublic void setSeed(Seed newSeed)
setSeed in interface DSAKeyValuenewSeed - new Seed elementpublic PgenCounter getPgenCounter()
getPgenCounter in interface DSAKeyValuepublic void setPgenCounter(PgenCounter newPgenCounter)
setPgenCounter in interface DSAKeyValuenewPgenCounter - new PgenCounter elementpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||