Class DHKeyValueImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
- All Implemented Interfaces:
XMLObject
,DHKeyValue
public class DHKeyValueImpl extends AbstractXMLObject implements DHKeyValue
Concrete implementation ofDHKeyValue
.
-
-
Field Summary
Fields Modifier and Type Field Description private Generator
generator
Generator child element.private P
p
P child element.private PgenCounter
pgenCounter
pgenCounter child element.private Public
publicChild
Public element.private Q
q
Q child element.private Seed
seed
seed child element.-
Fields inherited from interface org.opensaml.xmlsec.encryption.DHKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DHKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Generator
getGenerator()
List<XMLObject>
getOrderedChildren()
P
getP()
PgenCounter
getPgenCounter()
Public
getPublic()
Q
getQ()
Seed
getSeed()
void
setGenerator(Generator newGenerator)
void
setP(P newP)
void
setPgenCounter(PgenCounter newPgenCounter)
void
setPublic(Public newPublic)
void
setQ(Q newQ)
void
setSeed(Seed newSeed)
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
p
private P p
P child element.
-
q
private Q q
Q child element.
-
generator
private Generator generator
Generator child element.
-
publicChild
private Public publicChild
Public element.
-
seed
private Seed seed
seed child element.
-
pgenCounter
private PgenCounter pgenCounter
pgenCounter child element.
-
-
Method Detail
-
getP
public P getP()
- Specified by:
getP
in interfaceDHKeyValue
-
setP
public void setP(P newP)
- Specified by:
setP
in interfaceDHKeyValue
-
getQ
public Q getQ()
- Specified by:
getQ
in interfaceDHKeyValue
-
setQ
public void setQ(Q newQ)
- Specified by:
setQ
in interfaceDHKeyValue
-
getGenerator
public Generator getGenerator()
- Specified by:
getGenerator
in interfaceDHKeyValue
-
setGenerator
public void setGenerator(Generator newGenerator)
- Specified by:
setGenerator
in interfaceDHKeyValue
-
getPublic
public Public getPublic()
- Specified by:
getPublic
in interfaceDHKeyValue
-
setPublic
public void setPublic(Public newPublic)
- Specified by:
setPublic
in interfaceDHKeyValue
-
getSeed
public Seed getSeed()
- Specified by:
getSeed
in interfaceDHKeyValue
-
setSeed
public void setSeed(Seed newSeed)
- Specified by:
setSeed
in interfaceDHKeyValue
-
getPgenCounter
public PgenCounter getPgenCounter()
- Specified by:
getPgenCounter
in interfaceDHKeyValue
-
setPgenCounter
public void setPgenCounter(PgenCounter newPgenCounter)
- Specified by:
setPgenCounter
in interfaceDHKeyValue
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildren
in interfaceXMLObject
-
-