Class ECCurveType

java.lang.Object
org.bouncycastle.tls.ECCurveType

public class ECCurveType extends Object
RFC 4492 5.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • explicit_prime

      public static final short explicit_prime
      Indicates 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_char2
      Indicates 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_curve
      Indicates that a named curve is used. This option SHOULD be used when applicable.
      See Also:
  • Constructor Details

    • ECCurveType

      public ECCurveType()