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