|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DSAKeyValue
XMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
G |
getG()
Get the G child element. |
J |
getJ()
Get the J child element. |
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 interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
Method Detail |
---|
P getP()
void setP(P newP)
newP
- the new P child elementQ getQ()
void setQ(Q newQ)
newQ
- the new Q child elementG getG()
void setG(G newG)
newG
- the new G child elementY getY()
void setY(Y newY)
newY
- the new Y child elementJ getJ()
void setJ(J newJ)
newJ
- the new J child elementSeed getSeed()
void setSeed(Seed newSeed)
newSeed
- new Seed elementPgenCounter getPgenCounter()
void setPgenCounter(PgenCounter newPgenCounter)
newPgenCounter
- new PgenCounter element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |