Interface CombinedHashDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CombinedHashDocument extends XmlObject
A document containing one CombinedHash(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
  • Field Details

  • Method Details

    • getCombinedHash

      byte[] getCombinedHash()
      Gets the "CombinedHash" element
    • xgetCombinedHash

      XmlBase64Binary xgetCombinedHash()
      Gets (as xml) the "CombinedHash" element
    • setCombinedHash

      void setCombinedHash(byte[] combinedHash)
      Sets the "CombinedHash" element
    • xsetCombinedHash

      void xsetCombinedHash(XmlBase64Binary combinedHash)
      Sets (as xml) the "CombinedHash" element