security.Digest.AddHexBinaryData

Adds a data in hexadecimal format to the digest buffer.

Syntax

security.Digest.AddHexBinaryData(
   data STRING )
  1. data is the hexadecimal data string to be added to the digest buffer.

Usage

Decodes the given hexadecimal string and adds the binary data to the digest buffer.

After adding all data pieces, the buffer can be processed by calling security.Digest.DoBase64Digest or security.Digest.DoHexBinaryDigest.

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