java.lang.Object
cloud.pangeacyber.pangea.audit.utils.Hash

public class Hash extends Object
  • Constructor Details

    • Hash

      public Hash()
  • Method Details

    • hash

      public static String hash(String data)
    • unhexlify

      public static byte[] unhexlify(String hex)
    • decode

      public static byte[] decode(String hash)
    • hash

      public static byte[] hash(byte[] h1, byte[] h2) throws IOException
      Throws:
      IOException