Interface SignableXMLObject

All Superinterfaces:
XMLObject
All Known Implementing Classes:
AbstractSignableXMLObject

public interface SignableXMLObject extends XMLObject
An XMLObject whose DOM representation can be digitally signed.
  • Method Details

    • 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