What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

SHAFixup

Perform a SHA-1 hash of ref element’s value and place in our parent element.

Parameters

  • ref — Refernce to element who’s value we will hash

Examples

<String name="value" value="Hello World" />
<Blob>
  <Fixup class="SHA1Fixup">
    <Param name="ref" value="value" />
  </Fixup>
</Blob>