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 GeneratorgeneratorGenerator child element.private PpP child element.private PgenCounterpgenCounterpgenCounter child element.private PublicpublicChildPublic element.private QqQ child element.private Seedseedseed 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 protectedDHKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratorgetGenerator()List<XMLObject>getOrderedChildren()PgetP()PgenCountergetPgenCounter()PublicgetPublic()QgetQ()SeedgetSeed()voidsetGenerator(Generator newGenerator)voidsetP(P newP)voidsetPgenCounter(PgenCounter newPgenCounter)voidsetPublic(Public newPublic)voidsetQ(Q newQ)voidsetSeed(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:
getPin interfaceDHKeyValue
-
setP
public void setP(P newP)
- Specified by:
setPin interfaceDHKeyValue
-
getQ
public Q getQ()
- Specified by:
getQin interfaceDHKeyValue
-
setQ
public void setQ(Q newQ)
- Specified by:
setQin interfaceDHKeyValue
-
getGenerator
public Generator getGenerator()
- Specified by:
getGeneratorin interfaceDHKeyValue
-
setGenerator
public void setGenerator(Generator newGenerator)
- Specified by:
setGeneratorin interfaceDHKeyValue
-
getPublic
public Public getPublic()
- Specified by:
getPublicin interfaceDHKeyValue
-
setPublic
public void setPublic(Public newPublic)
- Specified by:
setPublicin interfaceDHKeyValue
-
getSeed
public Seed getSeed()
- Specified by:
getSeedin interfaceDHKeyValue
-
setSeed
public void setSeed(Seed newSeed)
- Specified by:
setSeedin interfaceDHKeyValue
-
getPgenCounter
public PgenCounter getPgenCounter()
- Specified by:
getPgenCounterin interfaceDHKeyValue
-
setPgenCounter
public void setPgenCounter(PgenCounter newPgenCounter)
- Specified by:
setPgenCounterin interfaceDHKeyValue
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-