public static enum EllipticCurves.PointFormatType extends Enum<EllipticCurves.PointFormatType>
| Enum Constant and Description |
|---|
COMPRESSED |
DO_NOT_USE_CRUNCHY_UNCOMPRESSED |
UNCOMPRESSED |
| Modifier and Type | Method and Description |
|---|---|
static EllipticCurves.PointFormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EllipticCurves.PointFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EllipticCurves.PointFormatType UNCOMPRESSED
public static final EllipticCurves.PointFormatType COMPRESSED
public static final EllipticCurves.PointFormatType DO_NOT_USE_CRUNCHY_UNCOMPRESSED
public static EllipticCurves.PointFormatType[] values()
for (EllipticCurves.PointFormatType c : EllipticCurves.PointFormatType.values()) System.out.println(c);
public static EllipticCurves.PointFormatType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null