Package | Description |
---|---|
cn.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
Modifier and Type | Method and Description |
---|---|
static ZUC |
SecureUtil.zuc128(byte[] key,
byte[] iv)
祖冲之算法集(ZUC-128算法)实现,基于BouncyCastle实现。
|
static ZUC |
SecureUtil.zuc256(byte[] key,
byte[] iv)
祖冲之算法集(ZUC-256算法)实现,基于BouncyCastle实现。
|
Copyright © 2024. All rights reserved.