Class ResourceAccessUtils

    • Field Detail

      • __LOGGER

        private static final org.slf4j.Logger __LOGGER
    • 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.