Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class BulkCipherAlgorithm

java.lang.Object
  extended by org.bouncycastle.crypto.tls.BulkCipherAlgorithm

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
           
static int _null
           
static int aes
           
static int des
           
static int des40
           
static int idea
           
static int rc2
           
static int rc4
           
 
Constructor Summary
BulkCipherAlgorithm()
           
 
Method Summary
 
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
See Also:
Constant Field Values

rc4

public static final int rc4
See Also:
Constant Field Values

rc2

public static final int rc2
See Also:
Constant Field Values

des

public static final int des
See Also:
Constant Field Values

_3des

public static final int _3des
See Also:
Constant Field Values

des40

public static final int des40
See Also:
Constant Field Values

aes

public static final int aes
See Also:
Constant Field Values

idea

public static final int idea
See Also:
Constant Field Values
Constructor Detail

BulkCipherAlgorithm

public BulkCipherAlgorithm()

Bouncy Castle Cryptography Library 1.49