Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class BulkCipherAlgorithm

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.BulkCipherAlgorithm

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

public class BulkCipherAlgorithm
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
          Deprecated.  
static int _null
          Deprecated.  
static int aes
          Deprecated.  
static int des
          Deprecated.  
static int des40
          Deprecated.  
static int idea
          Deprecated.  
static int rc2
          Deprecated.  
static int rc4
          Deprecated.  
 
Constructor Summary
BulkCipherAlgorithm()
          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

public static final int rc4
Deprecated. 

rc2

public static final int rc2
Deprecated. 

des

public static final int des
Deprecated. 

_3des

public static final int _3des
Deprecated. 

des40

public static final int des40
Deprecated. 

aes

public static final int aes
Deprecated. 

idea

public static final int idea
Deprecated. 
Constructor Detail

BulkCipherAlgorithm

public BulkCipherAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64