| Package | Description |
|---|---|
| org.aoju.bus.crypto | |
| org.aoju.bus.crypto.symmetric |
| Modifier and Type | Method and Description |
|---|---|
static Padding |
Padding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Padding[] |
Padding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AES(Mode mode,
Padding padding)
构造,使用随机密钥
|
AES(Mode mode,
Padding padding,
byte[] key)
构造
|
AES(Mode mode,
Padding padding,
byte[] key,
byte[] iv)
构造
|
AES(Mode mode,
Padding padding,
SecretKey key)
构造
|
AES(Mode mode,
Padding padding,
SecretKey key,
byte[] iv)
构造
|
AES(Mode mode,
Padding padding,
SecretKey key,
IvParameterSpec iv)
构造
|
DES(Mode mode,
Padding padding)
构造,使用随机密钥
|
DES(Mode mode,
Padding padding,
byte[] key)
构造
|
DES(Mode mode,
Padding padding,
byte[] key,
byte[] iv)
构造
|
DES(Mode mode,
Padding padding,
SecretKey key)
构造
|
DES(Mode mode,
Padding padding,
SecretKey key,
IvParameterSpec iv)
构造
|
DESede(Mode mode,
Padding padding)
构造,使用随机密钥
|
DESede(Mode mode,
Padding padding,
byte[] key)
构造
|
DESede(Mode mode,
Padding padding,
byte[] key,
byte[] iv)
构造
|
DESede(Mode mode,
Padding padding,
SecretKey key)
构造
|
DESede(Mode mode,
Padding padding,
SecretKey key,
IvParameterSpec iv)
构造
|
SM4(Mode mode,
Padding padding)
构造,使用随机密钥
|
SM4(Mode mode,
Padding padding,
byte[] key)
构造
|
SM4(Mode mode,
Padding padding,
byte[] key,
byte[] iv)
构造
|
SM4(Mode mode,
Padding padding,
SecretKey key)
构造
|
SM4(Mode mode,
Padding padding,
SecretKey key,
byte[] iv)
构造
|
SM4(Mode mode,
Padding padding,
SecretKey key,
IvParameterSpec iv)
构造
|
Copyright © 2020. All rights reserved.