security.Digest.DoHexBinaryDigest
Creates a digest of the buffered data and returns the result in hexadecimal format.
Syntax
security.Digest.DoHexBinaryDigest()
RETURNS STRING
Usage
This method 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.
In case of error, the method throws an exception and sets the
status
variable. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).