Object StringEncoder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static String sha2hash(String input) Computes the sha2 hash for the string
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • sha2hash

         final static String sha2hash(String input)

        Computes the sha2 hash for the string

        Parameters:
        input - the string for which sha2 hash is to be computed
        Returns:

        sha2 hash result if the string is valid, null otherwise