| Package | Description |
|---|---|
| org.aoju.bus.crypto.symmetric |
对称加密算法实现,包括AES、DES、DESede等
|
| Modifier and Type | Method and Description |
|---|---|
static FPE.FPEMode |
FPE.FPEMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FPE.FPEMode[] |
FPE.FPEMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FPE(FPE.FPEMode mode,
byte[] key,
org.bouncycastle.crypto.AlphabetMapper mapper)
构造,使用空的Tweak
|
FPE(FPE.FPEMode mode,
byte[] key,
org.bouncycastle.crypto.AlphabetMapper mapper,
byte[] tweak)
构造
|
Copyright © 2021. All rights reserved.