Package org.opensaml.xmlsec.encryption
Interface Salt
- All Superinterfaces:
XMLObject
- All Known Implementing Classes:
SaltImpl
XMLObject representing XML Encryption 1.1 Salt element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the OtherSource child element.Get the Specified child element.void
setOtherSource
(OtherSource source) Set the OtherSource child element.void
setSpecified
(Specified specified) Set the Specified child 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.
-
-
Method Details
-
getSpecified
Get the Specified child element.- Returns:
- the element
-
setSpecified
Set the Specified child element.- Parameters:
specified
- the element
-
getOtherSource
Get the OtherSource child element.- Returns:
- the element
-
setOtherSource
Set the OtherSource child element.- Parameters:
source
- value
-