public class JceEncryptionConstants extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SYMMETRIC_CIPHER_BLOCK_SIZE
AES cipher block size
|
static String |
SYMMETRIC_CIPHER_METHOD
Name of the algorithm, mode, and padding we will use in the symmetric cipher for encryption
|
static String |
SYMMETRIC_KEY_ALGORITHM
Name of the symmetric encryption algorithm
|
static int |
SYMMETRIC_KEY_LENGTH
Minimum length of the generated symmetric key
|
| 构造器和说明 |
|---|
JceEncryptionConstants() |
public static final String SYMMETRIC_KEY_ALGORITHM
public static final String SYMMETRIC_CIPHER_METHOD
public static final int SYMMETRIC_KEY_LENGTH
public static final int SYMMETRIC_CIPHER_BLOCK_SIZE
Copyright © 2021. All rights reserved.