|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DHKeyValue
XMLObject representing XML Encryption, version 20021210, DHKeyValue 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 | |
|---|---|
Generator |
getGenerator()
Get the Generator child element. |
P |
getP()
Get the P child element. |
PgenCounter |
getPgenCounter()
Get the pgenCounter element. |
Public |
getPublic()
Get the Public element. |
Q |
getQ()
Get the Q child element. |
Seed |
getSeed()
Get the seed element. |
void |
setGenerator(Generator newGenerator)
Set the G child element. |
void |
setP(P newP)
Set the P child element. |
void |
setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element. |
void |
setPublic(Public newPublic)
Set the Public element. |
void |
setQ(Q newQ)
Set the Q child element. |
void |
setSeed(Seed newSeed)
Set the seed 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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, 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 elementGenerator getGenerator()
void setGenerator(Generator newGenerator)
newGenerator - the new G child elementPublic getPublic()
void setPublic(Public newPublic)
newPublic - the new Public 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 | |||||||||