Hi, We are trying to decrypt request param value, in zxtm side with string.decrypt() methord eg: string.decrypt('encrypted value', 'key') So to decrypt we need to encrypt value from java side, to that we need to know about the zxtm encryption.
... View more