Bouncy Castle Cryptography Library 1.47

org.bouncycastle.crypto.tls
Class EncryptionAlgorithm

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

public class EncryptionAlgorithm
extends java.lang.Object


Field Summary
static int _3DES_EDE_CBC
           
static int AES_128_CBC
           
static int AES_128_GCM
           
static int AES_256_CBC
           
static int AES_256_GCM
           
static int DES_CBC
           
static int DES40_CBC
           
static int IDEA_CBC
           
static int NULL
           
static int RC2_CBC_40
           
static int RC4_128
           
static int RC4_40
           
 
Constructor Summary
EncryptionAlgorithm()
           
 
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_40

public static final int RC4_40
See Also:
Constant Field Values

RC4_128

public static final int RC4_128
See Also:
Constant Field Values

RC2_CBC_40

public static final int RC2_CBC_40
See Also:
Constant Field Values

IDEA_CBC

public static final int IDEA_CBC
See Also:
Constant Field Values

DES40_CBC

public static final int DES40_CBC
See Also:
Constant Field Values

DES_CBC

public static final int DES_CBC
See Also:
Constant Field Values

_3DES_EDE_CBC

public static final int _3DES_EDE_CBC
See Also:
Constant Field Values

AES_128_CBC

public static final int AES_128_CBC
See Also:
Constant Field Values

AES_256_CBC

public static final int AES_256_CBC
See Also:
Constant Field Values

AES_128_GCM

public static final int AES_128_GCM
See Also:
Constant Field Values

AES_256_GCM

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

EncryptionAlgorithm

public EncryptionAlgorithm()

Bouncy Castle Cryptography Library 1.47