类 HmacSHA256
java.lang.Object
com.codingapi.springboot.framework.crypto.HmacSHA256
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
HmacSHA256
public HmacSHA256()
-
-
方法详细资料
-
sha256
public static byte[] sha256(byte[] message, byte[] secret) throws NoSuchAlgorithmException, InvalidKeyException
-