Package | Description |
---|---|
cn.hutool.crypto.symmetric |
对称加密算法实现,包括AES、DES、DESede等
|
Modifier and Type | Method and Description |
---|---|
static ZUC.ZUCAlgorithm |
ZUC.ZUCAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZUC.ZUCAlgorithm[] |
ZUC.ZUCAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ZUC.generateKey(ZUC.ZUCAlgorithm algorithm)
生成ZUC算法密钥
|
Constructor and Description |
---|
ZUC(ZUC.ZUCAlgorithm algorithm,
byte[] key,
byte[] iv)
构造
|
Copyright © 2024. All rights reserved.