Class PskKeyExchangeMode
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class PskKeyExchangeMode
- Inheritance
-
PskKeyExchangeMode
- Inherited Members
-
Fields
psk_dhe_ke
public const short psk_dhe_ke = 1
Field Value
- short
psk_ke
public const short psk_ke = 0
Field Value
- short
Methods
GetName(short)
public static string GetName(short pskKeyExchangeMode)
Parameters
pskKeyExchangeMode short
Returns
- string
GetText(short)
public static string GetText(short pskKeyExchangeMode)
Parameters
pskKeyExchangeMode short
Returns
- string