Interface DigestMethodType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface DigestMethodType
    extends XmlObject
    An XML DigestMethodType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
    • Method Detail

      • getAlgorithm

        String getAlgorithm()
        Gets the "Algorithm" attribute
      • xgetAlgorithm

        XmlAnyURI xgetAlgorithm()
        Gets (as xml) the "Algorithm" attribute
      • setAlgorithm

        void setAlgorithm​(String algorithm)
        Sets the "Algorithm" attribute
      • xsetAlgorithm

        void xsetAlgorithm​(XmlAnyURI algorithm)
        Sets (as xml) the "Algorithm" attribute