Package org.bouncycastle.tls
Class NamedGroupRole
- java.lang.Object
-
- org.bouncycastle.tls.NamedGroupRole
-
public class NamedGroupRole extends java.lang.Object
Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
-
Constructor Summary
Constructors Constructor Description NamedGroupRole()
-
-
-
Field Detail
-
dh
public static final int dh
- See Also:
- Constant Field Values
-
ecdh
public static final int ecdh
- See Also:
- Constant Field Values
-
ecdsa
public static final int ecdsa
- See Also:
- Constant Field Values
-
-