| Package | Description |
|---|---|
| org.aoju.bus.crypto | |
| org.aoju.bus.crypto.digest |
| Modifier and Type | Method and Description |
|---|---|
static SM3 |
Builder.sm3()
SM3加密
例:
SM3加密:sm3().digest(data)
SM3加密并转为16进制字符串:sm3().digestHex(data)
|
| Modifier and Type | Method and Description |
|---|---|
static SM3 |
SM3.create()
创建SM3实例
|
Copyright © 2021. All rights reserved.