Class HashUtil


  • public class HashUtil
    extends Object
    Contains utilities for dealing with Hashes
    Author:
    Samuel Johnson
    • Constructor Detail

      • HashUtil

        public HashUtil()
    • Method Detail

      • getSHA1

        public static byte[] getSHA1​(byte[] input)
      • toHexString

        public static String toHexString​(byte[] bytes)
      • toHexString

        public static String toHexString​(byte[] bytes,
                                         String sep)