Class SHA1


  • public class SHA1
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SHA1()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] bytes​(byte[] bytes)  
      static byte[] bytes​(java.lang.String string)  
      static java.lang.String hex​(byte[] bytes)  
      static java.lang.String hex​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • SHA1

        public SHA1()
    • Method Detail

      • bytes

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

        public static byte[] bytes​(java.lang.String string)
      • hex

        public static java.lang.String hex​(byte[] bytes)
      • hex

        public static java.lang.String hex​(java.lang.String string)