public class SHA256
extends Object
date: 2021年5月14日
- 版本:
- 作者:
- jingma
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
方法详细资料
-
-
encode
利用java原生的类实现SHA256加密
- 参数:
str - 参数拼接的字符串
- 返回:
- 抛出:
Exception