Class Sha256


  • public class Sha256
    extends Object
    Sha256 helper class
    Author:
    antons
    • Constructor Detail

      • Sha256

        public Sha256()
    • Method Detail

      • hash

        public static byte[] hash​(byte[] bytes,
                                  int offset,
                                  int length)
      • hash

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

        public static byte[] hash​(String text)