Package org.bouncycastle.tls
Class ECCurveType
java.lang.Object
org.bouncycastle.tls.ECCurveType
RFC 4492 5.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.static final short
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.static final short
Indicates that a named curve is used. -
Constructor Summary
-
Method Summary
-
Field Details
-
explicit_prime
public static final short explicit_primeIndicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.- See Also:
-
explicit_char2
public static final short explicit_char2Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.- See Also:
-
named_curve
public static final short named_curveIndicates that a named curve is used. This option SHOULD be used when applicable.- See Also:
-
-
Constructor Details
-
ECCurveType
public ECCurveType()
-