Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class EncryptionAlgorithm

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.EncryptionAlgorithm

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class EncryptionAlgorithm
extends java.lang.Object

RFC 2246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int _3DES_EDE_CBC
          Deprecated.  
static int AES_128_CBC
          Deprecated.  
static int AES_128_CCM
          Deprecated.  
static int AES_128_CCM_8
          Deprecated.  
static int AES_128_GCM
          Deprecated.  
static int AES_128_OCB_TAGLEN96
          Deprecated.  
static int AES_256_CBC
          Deprecated.  
static int AES_256_CCM
          Deprecated.  
static int AES_256_CCM_8
          Deprecated.  
static int AES_256_GCM
          Deprecated.  
static int AES_256_OCB_TAGLEN96
          Deprecated.  
static int CAMELLIA_128_CBC
          Deprecated.  
static int CAMELLIA_128_GCM
          Deprecated.  
static int CAMELLIA_256_CBC
          Deprecated.  
static int CAMELLIA_256_GCM
          Deprecated.  
static int CHACHA20_POLY1305
          Deprecated.  
static int DES_CBC
          Deprecated.  
static int DES40_CBC
          Deprecated.  
static int IDEA_CBC
          Deprecated.  
static int NULL
          Deprecated.  
static int RC2_CBC_40
          Deprecated.  
static int RC4_128
          Deprecated.  
static int RC4_40
          Deprecated.  
static int SEED_CBC
          Deprecated.  
 
Constructor Summary
EncryptionAlgorithm()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
Deprecated. 
See Also:
Constant Field Values

RC4_40

public static final int RC4_40
Deprecated. 
See Also:
Constant Field Values

RC4_128

public static final int RC4_128
Deprecated. 
See Also:
Constant Field Values

RC2_CBC_40

public static final int RC2_CBC_40
Deprecated. 
See Also:
Constant Field Values

IDEA_CBC

public static final int IDEA_CBC
Deprecated. 
See Also:
Constant Field Values

DES40_CBC

public static final int DES40_CBC
Deprecated. 
See Also:
Constant Field Values

DES_CBC

public static final int DES_CBC
Deprecated. 
See Also:
Constant Field Values

_3DES_EDE_CBC

public static final int _3DES_EDE_CBC
Deprecated. 
See Also:
Constant Field Values

AES_128_CBC

public static final int AES_128_CBC
Deprecated. 
See Also:
Constant Field Values

AES_256_CBC

public static final int AES_256_CBC
Deprecated. 
See Also:
Constant Field Values

AES_128_GCM

public static final int AES_128_GCM
Deprecated. 
See Also:
Constant Field Values

AES_256_GCM

public static final int AES_256_GCM
Deprecated. 
See Also:
Constant Field Values

CAMELLIA_128_CBC

public static final int CAMELLIA_128_CBC
Deprecated. 
See Also:
Constant Field Values

CAMELLIA_256_CBC

public static final int CAMELLIA_256_CBC
Deprecated. 
See Also:
Constant Field Values

SEED_CBC

public static final int SEED_CBC
Deprecated. 
See Also:
Constant Field Values

AES_128_CCM

public static final int AES_128_CCM
Deprecated. 
See Also:
Constant Field Values

AES_128_CCM_8

public static final int AES_128_CCM_8
Deprecated. 
See Also:
Constant Field Values

AES_256_CCM

public static final int AES_256_CCM
Deprecated. 
See Also:
Constant Field Values

AES_256_CCM_8

public static final int AES_256_CCM_8
Deprecated. 
See Also:
Constant Field Values

CAMELLIA_128_GCM

public static final int CAMELLIA_128_GCM
Deprecated. 
See Also:
Constant Field Values

CAMELLIA_256_GCM

public static final int CAMELLIA_256_GCM
Deprecated. 
See Also:
Constant Field Values

CHACHA20_POLY1305

public static final int CHACHA20_POLY1305
Deprecated. 
See Also:
Constant Field Values

AES_128_OCB_TAGLEN96

public static final int AES_128_OCB_TAGLEN96
Deprecated. 
See Also:
Constant Field Values

AES_256_OCB_TAGLEN96

public static final int AES_256_OCB_TAGLEN96
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

EncryptionAlgorithm

public EncryptionAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64