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