public class

KeyExchangeAlgorithm

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.KeyExchangeAlgorithm

Summary

Constants
int DHE_DSS
int DHE_DSS_EXPORT
int DHE_PSK
int DHE_RSA
int DHE_RSA_EXPORT
int DH_DSS
int DH_DSS_EXPORT
int DH_RSA
int DH_RSA_EXPORT
int DH_anon
int DH_anon_EXPORT
int ECDHE_ECDSA
int ECDHE_RSA
int ECDH_ECDSA
int ECDH_RSA
int ECDH_anon
int NULL
int PSK
int RSA
int RSA_EXPORT
int RSA_PSK
int SRP
int SRP_DSS
int SRP_RSA
Public Constructors
KeyExchangeAlgorithm()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DHE_DSS

Constant Value: 3 (0x00000003)

public static final int DHE_DSS_EXPORT

Constant Value: 4 (0x00000004)

public static final int DHE_PSK

Constant Value: 14 (0x0000000e)

public static final int DHE_RSA

Constant Value: 5 (0x00000005)

public static final int DHE_RSA_EXPORT

Constant Value: 6 (0x00000006)

public static final int DH_DSS

Constant Value: 7 (0x00000007)

public static final int DH_DSS_EXPORT

Constant Value: 8 (0x00000008)

public static final int DH_RSA

Constant Value: 9 (0x00000009)

public static final int DH_RSA_EXPORT

Constant Value: 10 (0x0000000a)

public static final int DH_anon

Constant Value: 11 (0x0000000b)

public static final int DH_anon_EXPORT

Constant Value: 12 (0x0000000c)

public static final int ECDHE_ECDSA

Constant Value: 17 (0x00000011)

public static final int ECDHE_RSA

Constant Value: 19 (0x00000013)

public static final int ECDH_ECDSA

Constant Value: 16 (0x00000010)

public static final int ECDH_RSA

Constant Value: 18 (0x00000012)

public static final int ECDH_anon

Constant Value: 20 (0x00000014)

public static final int NULL

Constant Value: 0 (0x00000000)

public static final int PSK

Constant Value: 13 (0x0000000d)

public static final int RSA

Constant Value: 1 (0x00000001)

public static final int RSA_EXPORT

Constant Value: 2 (0x00000002)

public static final int RSA_PSK

Constant Value: 15 (0x0000000f)

public static final int SRP

Constant Value: 21 (0x00000015)

public static final int SRP_DSS

Constant Value: 22 (0x00000016)

public static final int SRP_RSA

Constant Value: 23 (0x00000017)

Public Constructors

public KeyExchangeAlgorithm ()