public class ECCurveType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ECCurveType()
Deprecated.
|
public static final short explicit_prime
public static final short explicit_char2
public static final short named_curve