Class HashUtil


  • public class HashUtil
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getHash​(java.lang.String input, SignatureAlgorithm signatureAlgorithm)  
      • Methods inherited from class java.lang.Object

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

      • getHash

        public static java.lang.String getHash​(java.lang.String input,
                                               SignatureAlgorithm signatureAlgorithm)