Package sk.antons.sprops.security
Class Sha256
- java.lang.Object
-
- sk.antons.sprops.security.Sha256
-
public class Sha256 extends Object
Sha256 helper class- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description Sha256()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]hash(byte[] bytes)static byte[]hash(byte[] bytes, int offset, int length)static byte[]hash(String text)
-
-
-
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)
-
-