This adapter generates or calculates the hash code (RSA, MD5 etc.) of the input data.
Properties
|
Operation |
Determines which operation the adapter executes Possible values: |
Parameters
|
Adapter |
Main class of the adapter (do not change!) Possible values: |
|
algorithm |
Algorithm used to calculate the hash code Possible values:
|
Status values
|
|
The operation was executed successfully. |
|
|
The operation failed due to a technical error. |
Output
This adapter outputs a UTF-8-encoded XML document containing the algorithm used and the calculated hash code:
<digest type="Algorithm"><!--Hash code of the input data--></digest>
For example, the adapter outputs the following XML document:
<digest type="MD5">2e5941901e8b5e214dcc5032dfce71bb</digest>