Class JceEncryptionConstants
java.lang.Object
com.amazonaws.services.s3.internal.crypto.JceEncryptionConstants
Contains constants required by the JCE encryption library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAES cipher block sizestatic final StringName of the algorithm, mode, and padding we will use in the symmetric cipher for encryptionstatic final StringName of the symmetric encryption algorithmstatic final intMinimum length of the generated symmetric key -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYMMETRIC_KEY_ALGORITHM
Name of the symmetric encryption algorithm- See Also:
-
SYMMETRIC_CIPHER_METHOD
Name of the algorithm, mode, and padding we will use in the symmetric cipher for encryption- See Also:
-
SYMMETRIC_KEY_LENGTH
public static final int SYMMETRIC_KEY_LENGTHMinimum length of the generated symmetric key- See Also:
-
SYMMETRIC_CIPHER_BLOCK_SIZE
public static final int SYMMETRIC_CIPHER_BLOCK_SIZEAES cipher block size- See Also:
-
-
Constructor Details
-
JceEncryptionConstants
public JceEncryptionConstants()
-