com.amazonaws.services.s3.internal.crypto
Class JceEncryptionConstants

java.lang.Object
  extended by com.amazonaws.services.s3.internal.crypto.JceEncryptionConstants

public class JceEncryptionConstants
extends Object

Contains constants required by the JCE encryption library.


Field Summary
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
 
Constructor Summary
JceEncryptionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYMMETRIC_KEY_ALGORITHM

public static String SYMMETRIC_KEY_ALGORITHM
Name of the symmetric encryption algorithm


SYMMETRIC_CIPHER_METHOD

public static String SYMMETRIC_CIPHER_METHOD
Name of the algorithm, mode, and padding we will use in the symmetric cipher for encryption


SYMMETRIC_KEY_LENGTH

public static int SYMMETRIC_KEY_LENGTH
Minimum length of the generated symmetric key


SYMMETRIC_CIPHER_BLOCK_SIZE

public static int SYMMETRIC_CIPHER_BLOCK_SIZE
AES cipher block size

Constructor Detail

JceEncryptionConstants

public JceEncryptionConstants()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.