Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ECCurveType

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.ECCurveType

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class ECCurveType
extends java.lang.Object

RFC 4492 5.4


Field Summary
static short explicit_char2
          Deprecated. Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.
static short explicit_prime
          Deprecated. Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.
static short named_curve
          Deprecated. Indicates that a named curve is used.
 
Constructor Summary
ECCurveType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

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.

named_curve

public static final short named_curve
Deprecated. 
Indicates that a named curve is used. This option SHOULD be used when applicable.
Constructor Detail

ECCurveType

public ECCurveType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64