|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.EncryptionAlgorithm
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 |
public static final int NULL
public static final int RC4_40
public static final int RC4_128
public static final int RC2_CBC_40
public static final int IDEA_CBC
public static final int DES40_CBC
public static final int DES_CBC
public static final int _3DES_EDE_CBC
public static final int AES_128_CBC
public static final int AES_256_CBC
public static final int AES_128_GCM
public static final int AES_256_GCM
public static final int CAMELLIA_128_CBC
public static final int CAMELLIA_256_CBC
public static final int SEED_CBC
public static final int AES_128_CCM
public static final int AES_128_CCM_8
public static final int AES_256_CCM
public static final int AES_256_CCM_8
public static final int CAMELLIA_128_GCM
public static final int CAMELLIA_256_GCM
public static final int CHACHA20_POLY1305
public static final int AES_128_OCB_TAGLEN96
public static final int AES_256_OCB_TAGLEN96
Constructor Detail |
public EncryptionAlgorithm()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |