Interface EncryptionProperties

  • All Superinterfaces:
    org.opensaml.core.xml.XMLObject

    public interface EncryptionProperties
    extends org.opensaml.core.xml.XMLObject
    XMLObject representing XML Encryption, version 20021210, EncryptionProperties element.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<EncryptionProperty> getEncryptionProperties()
      Get the list of EncryptionProperty child elements.
      String getID()
      Get the ID attribute that uniquely identifies this element.
      void setID​(String newID)
      Set the ID attribute that uniquely identifies this 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

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

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

      • getID

        @Nullable
        String getID()
        Get the ID attribute that uniquely identifies this element.
        Returns:
        ID attribute
      • setID

        void setID​(@Nullable
                   String newID)
        Set the ID attribute that uniquely identifies this element.
        Parameters:
        newID - the new ID attribute value
      • getEncryptionProperties

        @Nonnull
        List<EncryptionProperty> getEncryptionProperties()
        Get the list of EncryptionProperty child elements.
        Returns:
        the List of EncryptionProperty child elements