Package org.opensaml.xmlsec.encryption
Interface DHKeyValue
- All Superinterfaces:
XMLObject
- All Known Implementing Classes:
DHKeyValueImpl
XMLObject representing XML Encryption, version 20021210, DHKeyValue element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the Generator child element.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.void
setGenerator
(Generator newGenerator) Set the G child element.void
Set the P child element.void
setPgenCounter
(PgenCounter newPgenCounter) Set the pgenCounter element.void
Set the Public element.void
Set the Q child element.void
Set the seed element.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getP
Get the P child element.- Returns:
- the P child element
-
setP
Set the P child element.- Parameters:
newP
- the new P child element
-
getQ
Get the Q child element.- Returns:
- the Q child element
-
setQ
Set the Q child element.- Parameters:
newQ
- the new Q child element
-
getGenerator
Get the Generator child element.- Returns:
- the Generator child element
-
setGenerator
Set the G child element.- Parameters:
newGenerator
- the new G child element
-
getPublic
Get the Public element.- Returns:
- the Public element
-
setPublic
Set the Public element.- Parameters:
newPublic
- the new Public child element
-
getSeed
Get the seed element.- Returns:
- the seed element
-
setSeed
Set the seed element.- Parameters:
newSeed
- new seed element
-
getPgenCounter
Get the pgenCounter element.- Returns:
- the pgenCounter element
-
setPgenCounter
Set the pgenCounter element.- Parameters:
newPgenCounter
- new pgenCounter element
-