Class SHA1

java.lang.Object
org.jivesoftware.smack.util.SHA1

public class SHA1 extends Object
  • Constructor Details

    • SHA1

      public SHA1()
  • Method Details

    • bytes

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

      public static byte[] bytes(String string)
    • hex

      public static String hex(byte[] bytes)
    • hex

      public static String hex(String string)