Package org.bouncycastle.crypto.tls
Class ECCurveType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ECCurveType
-
public class ECCurveType extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 4492 5.4
-
-
Field Summary
Fields Modifier and Type Field Description static shortexplicit_char2Deprecated.Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.static shortexplicit_primeDeprecated.Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.static shortnamed_curveDeprecated.Indicates that a named curve is used.
-
Constructor Summary
Constructors Constructor Description ECCurveType()Deprecated.
-
-
-
Field Detail
-
explicit_prime
public static final short explicit_prime
Deprecated.Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.- See Also:
- Constant Field Values
-
explicit_char2
public static final short explicit_char2
Deprecated.Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.- See Also:
- Constant Field Values
-
named_curve
public static final short named_curve
Deprecated.Indicates that a named curve is used. This option SHOULD be used when applicable.- See Also:
- Constant Field Values
-
-