|
||||||||||
| 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.encryption.impl.DHKeyValueImpl
public class DHKeyValueImpl
Concrete implementation of DHKeyValue.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xml.encryption.DHKeyValue |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
DHKeyValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
Generator |
getGenerator()
Get the Generator child element. |
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. |
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 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 DHKeyValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - namespace URIelementLocalName - local namenamespacePrefix - namespace prefix| Method Detail |
|---|
public P getP()
getP in interface DHKeyValuepublic void setP(P newP)
setP in interface DHKeyValuenewP - the new P child elementpublic Q getQ()
getQ in interface DHKeyValuepublic void setQ(Q newQ)
setQ in interface DHKeyValuenewQ - the new Q child elementpublic Generator getGenerator()
getGenerator in interface DHKeyValuepublic void setGenerator(Generator newGenerator)
setGenerator in interface DHKeyValuenewGenerator - the new G child elementpublic Public getPublic()
getPublic in interface DHKeyValuepublic void setPublic(Public newPublic)
setPublic in interface DHKeyValuenewPublic - the new Public child elementpublic Seed getSeed()
getSeed in interface DHKeyValuepublic void setSeed(Seed newSeed)
setSeed in interface DHKeyValuenewSeed - new seed elementpublic PgenCounter getPgenCounter()
getPgenCounter in interface DHKeyValuepublic void setPgenCounter(PgenCounter newPgenCounter)
setPgenCounter in interface DHKeyValuenewPgenCounter - new pgenCounter elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||