Class FiniteFieldDheGroup
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class FiniteFieldDheGroup
- Inheritance
-
FiniteFieldDheGroup
- Inherited Members
-
Constructors
FiniteFieldDheGroup()
protected FiniteFieldDheGroup()
Fields
ffdhe2432
public const byte ffdhe2432 = 0
Field Value
- byte
ffdhe3072
public const byte ffdhe3072 = 1
Field Value
- byte
ffdhe4096
public const byte ffdhe4096 = 2
Field Value
- byte
ffdhe6144
public const byte ffdhe6144 = 3
Field Value
- byte
ffdhe8192
public const byte ffdhe8192 = 4
Field Value
- byte
Methods
IsValid(byte)
public static bool IsValid(byte group)
Parameters
group
byte
Returns
- bool