Class HmacSHA256
java.lang.Object
com.codingapi.springboot.framework.crypto.HmacSHA256
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HmacSHA256
public HmacSHA256()
-
-
Method Details
-
sha256
public static byte[] sha256(byte[] message, byte[] secret) throws NoSuchAlgorithmException, InvalidKeyException
-