Package | Description |
---|---|
cn.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
cn.hutool.crypto.symmetric |
对称加密算法实现,包括AES、DES、DESede等
|
Modifier and Type | Method and Description |
---|---|
static CipherMode |
CipherMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherMode[] |
CipherMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SymmetricCrypto |
SymmetricCrypto.setMode(CipherMode mode)
初始化模式并清空数据
|
Copyright © 2024. All rights reserved.