public class ECCurveType extends Object
Modifier and Type | Field and Description |
---|---|
static short |
explicit_char2
Indicates the elliptic curve domain parameters are conveyed verbosely, and the
underlying finite field is a characteristic-2 field.
|
static short |
explicit_prime
Indicates the elliptic curve domain parameters are conveyed verbosely, and the
underlying finite field is a prime field.
|
static short |
named_curve
Indicates that a named curve is used.
|
Constructor and Description |
---|
ECCurveType() |
public static final short explicit_prime
public static final short explicit_char2
public static final short named_curve