Interface DigestMethod

  • All Superinterfaces:
    org.opensaml.core.xml.ElementExtensibleXMLObject, SAMLObject, org.opensaml.core.xml.XMLObject

    public interface DigestMethod
    extends SAMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject
    SAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAlgorithm()
      Get the value of the Algorithm URI attribute.
      void setAlgorithm​(String value)
      Get the value of the Algorithm URI attribute.
      • Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject

        getUnknownXMLObjects, getUnknownXMLObjects
      • 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

      • getAlgorithm

        @Nullable
        String getAlgorithm()
        Get the value of the Algorithm URI attribute.
        Returns:
        the algorithm URI
      • setAlgorithm

        void setAlgorithm​(@Nullable
                          String value)
        Get the value of the Algorithm URI attribute.
        Parameters:
        value - the algorithm URI