Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class EncryptionAlgorithm

java.lang.Object
  |
  +--org.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. 

RC4_40

public static final int RC4_40
Deprecated. 

RC4_128

public static final int RC4_128
Deprecated. 

RC2_CBC_40

public static final int RC2_CBC_40
Deprecated. 

IDEA_CBC

public static final int IDEA_CBC
Deprecated. 

DES40_CBC

public static final int DES40_CBC
Deprecated. 

DES_CBC

public static final int DES_CBC
Deprecated. 

_3DES_EDE_CBC

public static final int _3DES_EDE_CBC
Deprecated. 

AES_128_CBC

public static final int AES_128_CBC
Deprecated. 

AES_256_CBC

public static final int AES_256_CBC
Deprecated. 

AES_128_GCM

public static final int AES_128_GCM
Deprecated. 

AES_256_GCM

public static final int AES_256_GCM
Deprecated. 

CAMELLIA_128_CBC

public static final int CAMELLIA_128_CBC
Deprecated. 

CAMELLIA_256_CBC

public static final int CAMELLIA_256_CBC
Deprecated. 

SEED_CBC

public static final int SEED_CBC
Deprecated. 

AES_128_CCM

public static final int AES_128_CCM
Deprecated. 

AES_128_CCM_8

public static final int AES_128_CCM_8
Deprecated. 

AES_256_CCM

public static final int AES_256_CCM
Deprecated. 

AES_256_CCM_8

public static final int AES_256_CCM_8
Deprecated. 

CAMELLIA_128_GCM

public static final int CAMELLIA_128_GCM
Deprecated. 

CAMELLIA_256_GCM

public static final int CAMELLIA_256_GCM
Deprecated. 

CHACHA20_POLY1305

public static final int CHACHA20_POLY1305
Deprecated. 

AES_128_OCB_TAGLEN96

public static final int AES_128_OCB_TAGLEN96
Deprecated. 

AES_256_OCB_TAGLEN96

public static final int AES_256_OCB_TAGLEN96
Deprecated. 
Constructor Detail

EncryptionAlgorithm

public EncryptionAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64