Interface SignatureValueDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface SignatureValueDocument extends XmlObject
A document containing one SignatureValue(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
  • Field Details

  • Method Details

    • getSignatureValue

      SignatureValueType getSignatureValue()
      Gets the "SignatureValue" element
    • setSignatureValue

      void setSignatureValue(SignatureValueType signatureValue)
      Sets the "SignatureValue" element
    • addNewSignatureValue

      SignatureValueType addNewSignatureValue()
      Appends and returns a new empty "SignatureValue" element