Name

adams.flow.transformer.MessageDigest


Synopsis

Generates a message digest and forwards that. The digest is either generated on the string being passed through or from the content of a file (if a File object is used as input).
If arrays are being passed into the actor, then the digest is computed over all of them.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File, java.lang.String[], java.io.File[]
- output: java.lang.String


Options