public class JceEncryptionConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | SYMMETRIC_CIPHER_BLOCK_SIZEAES cipher block size | 
| static String | SYMMETRIC_KEY_ALGORITHMName of the symmetric encryption algorithm | 
| static int | SYMMETRIC_KEY_LENGTHMinimum length of the generated symmetric key | 
| Constructor and Description | 
|---|
| JceEncryptionConstants() | 
public static final String SYMMETRIC_KEY_ALGORITHM
public static final int SYMMETRIC_KEY_LENGTH
public static final int SYMMETRIC_CIPHER_BLOCK_SIZE