Package org.opensaml.saml.saml2.core
Interface EncryptedElementType
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Subinterfaces:
EncryptedAssertion
,EncryptedAttribute
,EncryptedID
,NewEncryptedID
- All Known Implementing Classes:
EncryptedAssertionImpl
,EncryptedAttributeImpl
,EncryptedElementTypeImpl
,EncryptedIDImpl
,NewEncryptedIDImpl
SAML 2.0 Core EncryptedElementType.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the EncryptedData child element.A list of EncryptedKey child elements.void
setEncryptedData
(EncryptedData newEncryptedData) Set the EncryptedData 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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getEncryptedData
EncryptedData getEncryptedData()Get the EncryptedData child element.- Returns:
- the EncryptedData child element
-
setEncryptedData
Set the EncryptedData child element.- Parameters:
newEncryptedData
- the new EncryptedData child element
-
getEncryptedKeys
List<EncryptedKey> getEncryptedKeys()A list of EncryptedKey child elements.- Returns:
- a list of EncryptedKey child elements
-