Class ResourceAccessUtils

    • Method Detail

      • toHash

        public static String toHash​(String str)
        Computes the SHA-256 hash for a string.
        Parameters:
        str - The string to be hashed.
        Returns:
        The hashed string.