AmazonS3EncryptionClient
for further details.@Deprecated
public class JceEncryptionConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SYMMETRIC_CIPHER_BLOCK_SIZE
Deprecated.
AES cipher block size
|
static java.lang.String |
SYMMETRIC_CIPHER_METHOD
Deprecated.
Name of the algorithm, mode, and padding we will use in the symmetric
cipher for encryption
|
static java.lang.String |
SYMMETRIC_KEY_ALGORITHM
Deprecated.
Name of the symmetric encryption algorithm
|
static int |
SYMMETRIC_KEY_LENGTH
Deprecated.
Minimum length of the generated symmetric key
|
Constructor and Description |
---|
JceEncryptionConstants()
Deprecated.
|
public static final java.lang.String SYMMETRIC_KEY_ALGORITHM
public static final java.lang.String SYMMETRIC_CIPHER_METHOD
public static final int SYMMETRIC_KEY_LENGTH
public static final int SYMMETRIC_CIPHER_BLOCK_SIZE