Interface SignatureMethodType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getHMACOutputLength

        BigInteger getHMACOutputLength()
        Gets the "HMACOutputLength" element
      • xgetHMACOutputLength

        HMACOutputLengthType xgetHMACOutputLength()
        Gets (as xml) the "HMACOutputLength" element
      • isSetHMACOutputLength

        boolean isSetHMACOutputLength()
        True if has "HMACOutputLength" element
      • setHMACOutputLength

        void setHMACOutputLength​(BigInteger hmacOutputLength)
        Sets the "HMACOutputLength" element
      • xsetHMACOutputLength

        void xsetHMACOutputLength​(HMACOutputLengthType hmacOutputLength)
        Sets (as xml) the "HMACOutputLength" element
      • unsetHMACOutputLength

        void unsetHMACOutputLength()
        Unsets the "HMACOutputLength" element
      • 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