security.Digest.DoBase64Digest

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

Syntax

security.Digest.DoBase64Digest()
  RETURNING b64Digest STRING
  1. b64Digest is the digest in base64

Usage

Processes the digest on all data previously added to the context and encodes it in base64.

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.