The HexBinary class / security.HexBinary methods |
Computes the exclusive disjunction between two hexadecimal encoded strings.
security.HexBinary.Xor( hexstr1 STRING, hexstr2 STRING ) RETURNING result STRING
Decodes the two given string and does an exclusive disjunction between the two binary and returns the result in hexadecimal.
Throws an exception in case of errors, and updates STATUS with an error code.