Interface SignaturePropertyDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface SignaturePropertyDocument
    extends XmlObject
    A document containing one SignatureProperty(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
    • Method Detail

      • getSignatureProperty

        SignaturePropertyType getSignatureProperty()
        Gets the "SignatureProperty" element
      • setSignatureProperty

        void setSignatureProperty​(SignaturePropertyType signatureProperty)
        Sets the "SignatureProperty" element
      • addNewSignatureProperty

        SignaturePropertyType addNewSignatureProperty()
        Appends and returns a new empty "SignatureProperty" element