Class Hashing


  • public class Hashing
    extends java.lang.Object
    Hashing function for use when hashing call sites for use in execution indexes.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String createDigest​(java.lang.String inputString)
      Given a string, produce a digest for use in JSON.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createDigest

        public static java.lang.String createDigest​(java.lang.String inputString)
        Given a string, produce a digest for use in JSON.
        Parameters:
        inputString - string to be converted to a digest
        Returns:
        string or string as hex representation