Interface SignableXMLObject

    • Method Detail

      • isSigned

        boolean isSigned()
        Checks to see if the element has been signed.
        Returns:
        true iff this element is signed
      • getSignature

        @Nullable
        Signature getSignature()
        Gets the Signature XMLObject.
        Returns:
        the Signature XMLObject
      • setSignature

        void setSignature​(@Nullable
                          Signature newSignature)
        Sets the Signature XMLObject.
        Parameters:
        newSignature - the Signature XMLObject