org.bouncycastle.crypto.tls
Class EncryptionAlgorithm
java.lang.Object
org.bouncycastle.crypto.tls.EncryptionAlgorithm
public class EncryptionAlgorithm
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EncryptionAlgorithm
public EncryptionAlgorithm()