The Util class / com.Util methods |
Creates a new Base64 digest string from a source and random string (deprecated!).
com.Util.CreateDigestString( source STRING, random STRING) RETURNING result STRING
Computes the digest from a source value and an optional random Base64 form string, and returns it into a string encoded in Base64 form.
The random value must be a valid Base64 String.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.