Package org.bouncycastle.crypto.tls
Class FiniteFieldDHEGroup
- java.lang.Object
-
- org.bouncycastle.crypto.tls.FiniteFieldDHEGroup
-
public class FiniteFieldDHEGroup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FiniteFieldDHEGroup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValid(short group)
-
-
-
Field Detail
-
ffdhe2432
public static final short ffdhe2432
- See Also:
- Constant Field Values
-
ffdhe3072
public static final short ffdhe3072
- See Also:
- Constant Field Values
-
ffdhe4096
public static final short ffdhe4096
- See Also:
- Constant Field Values
-
ffdhe6144
public static final short ffdhe6144
- See Also:
- Constant Field Values
-
ffdhe8192
public static final short ffdhe8192
- See Also:
- Constant Field Values
-
-