|
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.KeyExchangeAlgorithm
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 |
DH_anon
Deprecated. |
static int |
DH_anon_EXPORT
Deprecated. |
static int |
DH_DSS
Deprecated. |
static int |
DH_DSS_EXPORT
Deprecated. |
static int |
DH_RSA
Deprecated. |
static int |
DH_RSA_EXPORT
Deprecated. |
static int |
DHE_DSS
Deprecated. |
static int |
DHE_DSS_EXPORT
Deprecated. |
static int |
DHE_PSK
Deprecated. |
static int |
DHE_RSA
Deprecated. |
static int |
DHE_RSA_EXPORT
Deprecated. |
static int |
ECDH_anon
Deprecated. |
static int |
ECDH_ECDSA
Deprecated. |
static int |
ECDH_RSA
Deprecated. |
static int |
ECDHE_ECDSA
Deprecated. |
static int |
ECDHE_PSK
Deprecated. |
static int |
ECDHE_RSA
Deprecated. |
static int |
NULL
Deprecated. |
static int |
PSK
Deprecated. |
static int |
RSA
Deprecated. |
static int |
RSA_EXPORT
Deprecated. |
static int |
RSA_PSK
Deprecated. |
static int |
SRP
Deprecated. |
static int |
SRP_DSS
Deprecated. |
static int |
SRP_RSA
Deprecated. |
Constructor Summary | |
KeyExchangeAlgorithm()
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 RSA
public static final int RSA_EXPORT
public static final int DHE_DSS
public static final int DHE_DSS_EXPORT
public static final int DHE_RSA
public static final int DHE_RSA_EXPORT
public static final int DH_DSS
public static final int DH_DSS_EXPORT
public static final int DH_RSA
public static final int DH_RSA_EXPORT
public static final int DH_anon
public static final int DH_anon_EXPORT
public static final int PSK
public static final int DHE_PSK
public static final int RSA_PSK
public static final int ECDH_ECDSA
public static final int ECDHE_ECDSA
public static final int ECDH_RSA
public static final int ECDHE_RSA
public static final int ECDH_anon
public static final int SRP
public static final int SRP_DSS
public static final int SRP_RSA
public static final int ECDHE_PSK
Constructor Detail |
public KeyExchangeAlgorithm()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |