java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.JUtils

public class JUtils extends Object
Utility class for various Java-related operations.
  • Constructor Details

    • JUtils

      public JUtils()
  • Method Details

    • encodeSha256

      public static String encodeSha256(String input)
      Encodes the input string using the SHA-256 algorithm and returns the result in hexadecimal format.
      Parameters:
      input - String to convert
      Returns:
      the encoded string in hex