The Base64 class / security.Base64 methods |
Computes the exclusive disjunction between two base64 encoded strings.
security.Base64.Xor( b64str1 STRING, b64str2 STRING ) RETURNING result STRING
Decodes the two given strings and does an exclusive disjunction between the two binary and returns the result encoded in base64.
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).