security.Digest.DoHexBinaryDigest

Creates a digest of the buffered data and returns the result in hexadecimal format.

Syntax

security.Digest.DoHexBinaryDigest()
  RETURNING hexBinDigest STRING 
  1. hexBinDigest is the hexadecimal digest.

Usage

Processes the digest on all data previously added to the context and returns it in hexadecimal.

After that call, the internal buffer is cleaned and ready to be populated again with new data to be digested.

Throws an exception in case of errors, and updates STATUS with an error code.