Class DHKeyValueImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,org.opensaml.xmlsec.encryption.DHKeyValue
public class DHKeyValueImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.xmlsec.encryption.DHKeyValueConcrete implementation ofDHKeyValue.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.xmlsec.encryption.GeneratorgeneratorGenerator child element.private org.opensaml.xmlsec.encryption.PpP child element.private org.opensaml.xmlsec.encryption.PgenCounterpgenCounterpgenCounter child element.private org.opensaml.xmlsec.encryption.PublicpublicChildPublic element.private org.opensaml.xmlsec.encryption.QqQ child element.private org.opensaml.xmlsec.encryption.Seedseedseed child element.
-
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 org.opensaml.xmlsec.encryption.GeneratorgetGenerator()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()org.opensaml.xmlsec.encryption.PgetP()org.opensaml.xmlsec.encryption.PgenCountergetPgenCounter()org.opensaml.xmlsec.encryption.PublicgetPublic()org.opensaml.xmlsec.encryption.QgetQ()org.opensaml.xmlsec.encryption.SeedgetSeed()voidsetGenerator(org.opensaml.xmlsec.encryption.Generator newGenerator)voidsetP(org.opensaml.xmlsec.encryption.P newP)voidsetPgenCounter(org.opensaml.xmlsec.encryption.PgenCounter newPgenCounter)voidsetPublic(org.opensaml.xmlsec.encryption.Public newPublic)voidsetQ(org.opensaml.xmlsec.encryption.Q newQ)voidsetSeed(org.opensaml.xmlsec.encryption.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 org.opensaml.xmlsec.encryption.P p
P child element.
-
q
private org.opensaml.xmlsec.encryption.Q q
Q child element.
-
generator
private org.opensaml.xmlsec.encryption.Generator generator
Generator child element.
-
publicChild
private org.opensaml.xmlsec.encryption.Public publicChild
Public element.
-
seed
private org.opensaml.xmlsec.encryption.Seed seed
seed child element.
-
pgenCounter
private org.opensaml.xmlsec.encryption.PgenCounter pgenCounter
pgenCounter child element.
-
-
Method Detail
-
getP
public org.opensaml.xmlsec.encryption.P getP()
- Specified by:
getPin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setP
public void setP(org.opensaml.xmlsec.encryption.P newP)
- Specified by:
setPin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getQ
public org.opensaml.xmlsec.encryption.Q getQ()
- Specified by:
getQin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setQ
public void setQ(org.opensaml.xmlsec.encryption.Q newQ)
- Specified by:
setQin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getGenerator
public org.opensaml.xmlsec.encryption.Generator getGenerator()
- Specified by:
getGeneratorin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setGenerator
public void setGenerator(org.opensaml.xmlsec.encryption.Generator newGenerator)
- Specified by:
setGeneratorin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getPublic
public org.opensaml.xmlsec.encryption.Public getPublic()
- Specified by:
getPublicin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setPublic
public void setPublic(org.opensaml.xmlsec.encryption.Public newPublic)
- Specified by:
setPublicin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getSeed
public org.opensaml.xmlsec.encryption.Seed getSeed()
- Specified by:
getSeedin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setSeed
public void setSeed(org.opensaml.xmlsec.encryption.Seed newSeed)
- Specified by:
setSeedin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getPgenCounter
public org.opensaml.xmlsec.encryption.PgenCounter getPgenCounter()
- Specified by:
getPgenCounterin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setPgenCounter
public void setPgenCounter(org.opensaml.xmlsec.encryption.PgenCounter newPgenCounter)
- Specified by:
setPgenCounterin interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
-