Class AbstractSignableXMLObject

    • Field Detail

      • signature

        private Signature signature
        Signature child.
    • Constructor Detail

      • AbstractSignableXMLObject

        protected AbstractSignableXMLObject​(@Nullable
                                            String namespaceURI,
                                            @Nonnull
                                            String elementLocalName,
                                            @Nullable
                                            String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • isSigned

        public boolean isSigned()
        Checks to see if the element has been signed.
        Specified by:
        isSigned in interface SignableXMLObject
        Returns:
        true iff this element is signed
      • setSignature

        public void setSignature​(@Nullable
                                 Signature newSignature)
        Sets the Signature XMLObject.
        Specified by:
        setSignature in interface SignableXMLObject
        Parameters:
        newSignature - the Signature XMLObject