Class DHKeyValueImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
- All Implemented Interfaces:
XMLObject,DHKeyValue
Concrete implementation of
DHKeyValue.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GeneratorGenerator child element.private PP child element.private PgenCounterpgenCounter child element.private PublicPublic element.private QQ child element.private Seedseed 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
ConstructorsModifierConstructorDescriptionprotectedDHKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the Generator child element.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.getP()Get the P child element.Get the pgenCounter element.Get the Public element.getQ()Get the Q child element.getSeed()Get the seed element.voidsetGenerator(Generator newGenerator) Set the G child element.voidSet the P child element.voidsetPgenCounter(PgenCounter newPgenCounter) Set the pgenCounter element.voidSet the Public element.voidSet the Q child element.voidSet the seed element.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 Details
-
p
P child element. -
q
Q child element. -
generator
Generator child element. -
publicChild
Public element. -
seed
seed child element. -
pgenCounter
pgenCounter child element.
-
-
Constructor Details
-
Method Details
-
getP
Get the P child element.- Specified by:
getPin interfaceDHKeyValue- Returns:
- the P child element
-
setP
Set the P child element.- Specified by:
setPin interfaceDHKeyValue- Parameters:
newP- the new P child element
-
getQ
Get the Q child element.- Specified by:
getQin interfaceDHKeyValue- Returns:
- the Q child element
-
setQ
Set the Q child element.- Specified by:
setQin interfaceDHKeyValue- Parameters:
newQ- the new Q child element
-
getGenerator
Get the Generator child element.- Specified by:
getGeneratorin interfaceDHKeyValue- Returns:
- the Generator child element
-
setGenerator
Set the G child element.- Specified by:
setGeneratorin interfaceDHKeyValue- Parameters:
newGenerator- the new G child element
-
getPublic
Get the Public element.- Specified by:
getPublicin interfaceDHKeyValue- Returns:
- the Public element
-
setPublic
Set the Public element.- Specified by:
setPublicin interfaceDHKeyValue- Parameters:
newPublic- the new Public child element
-
getSeed
Get the seed element.- Specified by:
getSeedin interfaceDHKeyValue- Returns:
- the seed element
-
setSeed
Set the seed element.- Specified by:
setSeedin interfaceDHKeyValue- Parameters:
newSeed- new seed element
-
getPgenCounter
Get the pgenCounter element.- Specified by:
getPgenCounterin interfaceDHKeyValue- Returns:
- the pgenCounter element
-
setPgenCounter
Set the pgenCounter element.- Specified by:
setPgenCounterin interfaceDHKeyValue- Parameters:
newPgenCounter- new pgenCounter element
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-