Interface AlgorithmIdentifierType

  • All Superinterfaces:
    org.opensaml.core.xml.XMLObject
    All Known Subinterfaces:
    MGF

    public interface AlgorithmIdentifierType
    extends org.opensaml.core.xml.XMLObject
    XMLObject representing XML Encryption, version 1.1, AlgorithmIdentifierType complex type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAlgorithm()
      Gets the algorithm URI attribute.
      org.opensaml.core.xml.XMLObject getParameters()
      Gets the Parameters child element.
      void setAlgorithm​(String newAlgorithm)
      Sets the algorithm URI attribute.
      void setParameters​(org.opensaml.core.xml.XMLObject newParameters)
      Sets the Parameters 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
    • Method Detail

      • getAlgorithm

        @Nullable
        String getAlgorithm()
        Gets the algorithm URI attribute.
        Returns:
        the Algorithm attribute URI attribute string
      • setAlgorithm

        void setAlgorithm​(@Nullable
                          String newAlgorithm)
        Sets the algorithm URI attribute.
        Parameters:
        newAlgorithm - the new Algorithm URI attribute string
      • getParameters

        @Nullable
        org.opensaml.core.xml.XMLObject getParameters()
        Gets the Parameters child element.
        Returns:
        the Parameters child element
      • setParameters

        void setParameters​(@Nullable
                           org.opensaml.core.xml.XMLObject newParameters)
        Sets the Parameters child element.
        Parameters:
        newParameters - the new Parameters child element