Global methods Several global methods can be used in encryption rules. print(String message)Prints a message to the wrapper log file: <proxy server directory>/logs/wrapper_<date>.log.endsWith(String toMatch)Determines if the string ends with the specified string.string.replace(String old, String new)Creates a new string by replacing an existing sub-string with a new sub-string.
Global methods Several global methods can be used in encryption rules. print(String message)Prints a message to the wrapper log file: <proxy server directory>/logs/wrapper_<date>.log.endsWith(String toMatch)Determines if the string ends with the specified string.string.replace(String old, String new)Creates a new string by replacing an existing sub-string with a new sub-string.