Interface EncryptedElementType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opensaml.xmlsec.encryption.EncryptedData getEncryptedData()
      Get the EncryptedData child element.
      List<org.opensaml.xmlsec.encryption.EncryptedKey> getEncryptedKeys()
      A list of EncryptedKey child elements.
      void setEncryptedData​(org.opensaml.xmlsec.encryption.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 Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getEncryptedData

        org.opensaml.xmlsec.encryption.EncryptedData getEncryptedData()
        Get the EncryptedData child element.
        Returns:
        the EncryptedData child element
      • setEncryptedData

        void setEncryptedData​(org.opensaml.xmlsec.encryption.EncryptedData newEncryptedData)
        Set the EncryptedData child element.
        Parameters:
        newEncryptedData - the new EncryptedData child element
      • getEncryptedKeys

        List<org.opensaml.xmlsec.encryption.EncryptedKey> getEncryptedKeys()
        A list of EncryptedKey child elements.
        Returns:
        a list of EncryptedKey child elements